[Bf-blender-cvs] [c37aee7] depsgraph_refactor: Silence compiler warning about unclosed comments

Joshua Leung noreply at git.blender.org
Wed Dec 3 12:55:47 CET 2014


Commit: c37aee7094009a222019fb55b1f8ec15c3b255a2
Author: Joshua Leung
Date:   Thu Dec 4 00:11:15 2014 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rBc37aee7094009a222019fb55b1f8ec15c3b255a2

Silence compiler warning about unclosed comments

===================================================================

M	intern/ghost/intern/GHOST_WindowWin32.h

===================================================================

diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h
index 7b12d8c..9192d7b 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.h
+++ b/intern/ghost/intern/GHOST_WindowWin32.h
@@ -193,8 +193,6 @@ public:
 	virtual GHOST_TSuccess setOrder(GHOST_TWindowOrder order);
 
 	/**
-
-	/**
 	 * Invalidates the contents of this window.
 	 */
 	virtual GHOST_TSuccess invalidate();




More information about the Bf-blender-cvs mailing list