From 803f1901784937e40717fbf6cc675eb7aacbcce1 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 22 Oct 2015 00:49:54 +0200 Subject: [PATCH] Xcode: Remove trailing semicolon --- Source/cmXCodeObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 0f0548bfb8..975d94b5e9 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 const&, std::ostream& out);