[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29967] trunk/blender/intern/ghost/intern/ GHOST_SystemCocoa.h: compile fix, another missed semicolon - blush

Andrea Weikert elubie at gmx.net
Mon Jul 5 08:04:24 CEST 2010


Revision: 29967
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29967
Author:   elubie
Date:     2010-07-05 08:04:24 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
compile fix, another missed semicolon - blush

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h	2010-07-05 05:57:58 UTC (rev 29966)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h	2010-07-05 06:04:24 UTC (rev 29967)
@@ -231,7 +231,7 @@
 	  * 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





More information about the Bf-blender-cvs mailing list