Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 9:34:47 AM (14 years ago)
Author:
rgrieder
Message:

Use base class method for getInstance (for tolua interface).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/input/InputManager.h

    r6183 r6278  
    171171        std::pair<int, int> getMousePosition() const;
    172172       
    173         static InputManager& getInstance() { return *singletonPtr_s; } // tolua_export
     173        static InputManager& getInstance() { return Singleton<InputManager>::getInstance(); } // tolua_export
    174174
    175175    private: // functions
Note: See TracChangeset for help on using the changeset viewer.