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);