summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-21 22:49:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-26 21:30:11 (GMT)
commit803f1901784937e40717fbf6cc675eb7aacbcce1 (patch)
tree6101783e37b88a0ed268917850a495927f32d619 /Source/cmXCodeObject.h
parentd288b216af6864567354ccb05e85466fb57d46b0 (diff)
downloadCMake-803f1901784937e40717fbf6cc675eb7aacbcce1.zip
CMake-803f1901784937e40717fbf6cc675eb7aacbcce1.tar.gz
CMake-803f1901784937e40717fbf6cc675eb7aacbcce1.tar.bz2
Xcode: Remove trailing semicolon
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r--Source/cmXCodeObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h
index 0f0548b..975d94b 100644
--- a/Source/cmXCodeObject.h
+++ b/Source/cmXCodeObject.h
@@ -75,7 +75,7 @@ public:
}
static void Indent(int level, std::ostream& out);
void Print(std::ostream& out);
- virtual void PrintComment(std::ostream&) {};
+ virtual void PrintComment(std::ostream&) {}
static void PrintList(std::vector<cmXCodeObject*> const&,
std::ostream& out);