svn-id: r7511
This commit is contained in:
Max Horn 2003-05-14 19:47:57 +00:00
parent fae5ab677c
commit af8cb44727
4 changed files with 4 additions and 6 deletions

View file

@ -48,7 +48,7 @@ protected:
void hotswap_gfx_mode();
};
OSystem *OSystem_SDL_Common::create_intern() {
OSystem_SDL_Common *OSystem_SDL_Common::create_intern() {
return new OSystem_SDL();
}