1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

fix compile error with boost includes

This commit is contained in:
Jordan Milne 2013-01-11 00:37:04 -04:00
parent a030c03513
commit 1117105039

View File

@ -46,7 +46,7 @@ namespace SFO
SFO::KeyListener* mKeyboardListener; SFO::KeyListener* mKeyboardListener;
SFO::WindowListener* mWindowListener; SFO::WindowListener* mWindowListener;
typedef boost::unordered::unordered_map<SDL_Keycode, OIS::KeyCode> KeyMap; typedef boost::unordered_map<SDL_Keycode, OIS::KeyCode> KeyMap;
KeyMap mKeyMap; KeyMap mKeyMap;
Uint16 mWarpX; Uint16 mWarpX;