aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-14 19:47:57 +0000
committerMax Horn2003-05-14 19:47:57 +0000
commitaf8cb44727c4cc7a00a0c652c661386c9c715775 (patch)
treeb1d2c3051445e16c84f8291d646c1d5a9c4f1f06 /backends/sdl/sdl.cpp
parentfae5ab677c1c3d3042c48f73a34f66ce3f2fdba4 (diff)
downloadscummvm-rg350-af8cb44727c4cc7a00a0c652c661386c9c715775.tar.gz
scummvm-rg350-af8cb44727c4cc7a00a0c652c661386c9c715775.tar.bz2
scummvm-rg350-af8cb44727c4cc7a00a0c652c661386c9c715775.zip
ouch
svn-id: r7511
Diffstat (limited to 'backends/sdl/sdl.cpp')
-rw-r--r--backends/sdl/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index b2134be962..cd06a6c039 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -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();
}