Revision: 37609
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37609
Author:   merwin
Date:     2011-06-17 22:45:33 +0000 (Fri, 17 Jun 2011)
Log Message:
-----------
tiny fix for Linux

Modified Paths:
--------------
    branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManager.h

Modified: branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManager.h
===================================================================
--- branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManager.h    
2011-06-17 22:19:16 UTC (rev 37608)
+++ branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManager.h    
2011-06-17 22:45:33 UTC (rev 37609)
@@ -107,14 +107,13 @@
        bool sendMotionEvent();
 
 protected:
+       GHOST_System& m_system;
 
 private:
        void sendButtonEvent(NDOF_ButtonT, bool press, GHOST_TUns64 time, 
GHOST_IWindow*);
        void sendKeyEvent(GHOST_TKey, bool press, GHOST_TUns64 time, 
GHOST_IWindow*);
 
 
-       GHOST_System& m_system;
-
        NDOF_DeviceT m_deviceType;
 
        short m_translation[3];

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to