Xcode: Remove trailing semicolon
This commit is contained in:
parent
d288b216af
commit
803f190178
@ -75,7 +75,7 @@ public:
|
|||||||
}
|
}
|
||||||
static void Indent(int level, std::ostream& out);
|
static void Indent(int level, std::ostream& out);
|
||||||
void Print(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&,
|
static void PrintList(std::vector<cmXCodeObject*> const&,
|
||||||
std::ostream& out);
|
std::ostream& out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user