Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed Haiku build (thanks Alexander!)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/main/beos/SDL_BApp.h
|
@@ -371,7 +371,7 @@ class SDL_BApp : public BApplication { |
|
|
|
|
|
|
|
|
/* 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; |
|
|