mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Fixed Haiku build (thanks Alexander!)
This commit is contained in:
parent
a46437f798
commit
c2a29aede9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue