- 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/InputState.h
r10845 r10990 155 155 private: 156 156 InputState(const std::string& name, bool bAlwaysGetsInput, bool bTransparent, InputStatePriority priority); 157 ~InputState() { }157 ~InputState() = default; 158 158 159 159 virtual void JoyStickQuantityChanged(const std::vector<JoyStick*>& joyStickList) override;
Note: See TracChangeset
for help on using the changeset viewer.