diff options
author | Paweł Kołodziejski | 2005-05-09 17:24:25 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-05-09 17:24:25 +0000 |
commit | e774f60ec65f45ea98372b27b2bf677f5b15c479 (patch) | |
tree | 937511dcee5c16054a35ce396d80368109b7bb99 /common | |
parent | 0a5e9f24f5e8633c3b83b37874f639c5bb8b34d1 (diff) | |
download | scummvm-rg350-e774f60ec65f45ea98372b27b2bf677f5b15c479.tar.gz scummvm-rg350-e774f60ec65f45ea98372b27b2bf677f5b15c479.tar.bz2 scummvm-rg350-e774f60ec65f45ea98372b27b2bf677f5b15c479.zip |
fixed warnings
svn-id: r18004
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index c90b0aac6e..0be620b788 100644 --- a/common/system.h +++ b/common/system.h @@ -29,7 +29,7 @@ #include "common/singleton.h" namespace Graphics { -class Surface; +struct Surface; } // end of namespace Graphics class SaveFileManager; |