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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-07-05 01:36:48 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-07-05 01:36:48 +0400
commitf3638488c35bcaf8b7959ff0f06bd973b8f5199f (patch)
tree301991b1bb1b85570b12a3d9fbbbf031634c56f8 /intern
parent646ee52d3ab57e60389595a8844b8fef54745696 (diff)
Add missing ";".
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h
index ab87b6b0fe2..13ad4200ab8 100644
--- a/intern/ghost/intern/GHOST_SystemX11.h
+++ b/intern/ghost/intern/GHOST_SystemX11.h
@@ -244,7 +244,7 @@ public:
* Determine the directory of the current binary
* @return Unsigned char string pointing to the binary dir
*/
- const GHOST_TUns8* getBinaryDir() const
+ const GHOST_TUns8* getBinaryDir() const;
/**
* Atom used for ICCCM, WM-spec and Motif.