- Timestamp:
- Dec 29, 2015, 5:16:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/input/InputManager.h
r10990 r10992 192 192 193 193 private: // functions 194 // non-copyable: 194 195 InputManager(const InputManager&) = delete; 196 InputManager& operator=(const InputManager&) = delete; 195 197 196 198 // Internal methods
Note: See TracChangeset
for help on using the changeset viewer.