Explorar o código

Fixed Haiku build (thanks Alexander!)

Sam Lantinga %!s(int64=12) %!d(string=hai) anos
pai
achega
c2a29aede9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/beos/SDL_BApp.h

+ 1 - 1
src/main/beos/SDL_BApp.h

@@ -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;