Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -71,6 +71,6 @@ class SG_EXPORT Object : public Referenced
|
||||
Object& operator = (const Object&) { return *this; }
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user