compile fix, another missed semicolon - blush

This commit is contained in:
Andrea Weikert 2010-07-05 06:04:24 +00:00
parent 05eb72ff14
commit 7aca4eec4b

@ -231,7 +231,7 @@ public:
* Determine the directory of the current binary
* @return Unsigned char string pointing to the binary dir
*/
virtual const GHOST_TUns8* getBinaryDir() const
virtual const GHOST_TUns8* getBinaryDir() const;
/**
* Handles a window event. Called by GHOST_WindowCocoa window delegate