Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2010-07-05 10:04:24 +0400
committerAndrea Weikert <elubie@gmx.net>2010-07-05 10:04:24 +0400
commit7aca4eec4b9831fda9150b7f4a44f2f351582f7b (patch)
treee7a36256be9eb9321c1761cef79cc1a03bfef871 /intern
parent05eb72ff141ad74b57504b7cf28b81548162d650 (diff)
compile fix, another missed semicolon - blush
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.h2
1 files changed, 1 insertions, 1 deletions
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