Removed the trailing ; after namespace {...} declariations in headers
which was being picked as a warning under Codewarrior.
This commit is contained in:
@@ -33,7 +33,7 @@ extern OSGGLUT_EXPORT const char* osgGLUTGetVersion();
|
||||
*/
|
||||
extern OSGGLUT_EXPORT const char* osgGLUTGetLibraryName();
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -71,6 +71,6 @@ class OSGGLUT_EXPORT Window
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif // SG_VIEWIER_H
|
||||
|
||||
Reference in New Issue
Block a user