- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/input/InputManager.h
r10845 r10990 192 192 193 193 private: // functions 194 // don't mess with a Singleton 195 InputManager(const InputManager&); 194 InputManager(const InputManager&) = delete; 196 195 197 196 // Internal methods
Note: See TracChangeset
for help on using the changeset viewer.