Fixed Haiku build (thanks Alexander!)

This commit is contained in:
Sam Lantinga
2013-08-18 22:05:53 -07:00
parent 7c8b4cdc44
commit 4a4a243e8d

View File

@@ -371,7 +371,7 @@ private:
/* Members */
vector<SDL_Window*> _window_map; /* Keeps track of SDL_Windows by index-id*/
std::vector<SDL_Window*> _window_map; /* Keeps track of SDL_Windows by index-id */
display_mode *_saved_mode;
BGLView *_current_context;