summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-15 17:02:34 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-15 17:02:34 (GMT)
commit520800456006d5668c5eb7f8a437713e808b6e0e (patch)
tree27a771a742fa224e069659b78dd96e0093c6474a /Source/cmGlobalXCodeGenerator.cxx
parentda279f0041586d10e0b6375b9f8d1c62c0d69608 (diff)
downloadCMake-520800456006d5668c5eb7f8a437713e808b6e0e.zip
CMake-520800456006d5668c5eb7f8a437713e808b6e0e.tar.gz
CMake-520800456006d5668c5eb7f8a437713e808b6e0e.tar.bz2
ENH: fix up this changes for mac
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 05289d0..bccf362 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -55,9 +55,9 @@ public:
{
this->Data.append(data, length);
}
- int this->Version;
- std::string this->Key;
- std::string this->Data;
+ int Version;
+ std::string Key;
+ std::string Data;
};
#endif