Skip to content

Commit

Permalink
Fixed Haiku build (thanks Alexander!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 19, 2013
1 parent a46437f commit c2a29ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/beos/SDL_BApp.h
Expand Up @@ -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;
Expand Down

0 comments on commit c2a29ae

Please sign in to comment.