diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h index 0a0b900f72a..2e7c9b1d037 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -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