aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2/systemps2.h
diff options
context:
space:
mode:
authorMax Horn2005-05-10 23:17:38 +0000
committerMax Horn2005-05-10 23:17:38 +0000
commit72f4c03b0b9a6918a359b967ebc400a2701981d9 (patch)
tree6686cad5726244b7d9d3a4adddde8dea92ce7843 /backends/ps2/systemps2.h
parentb75c969e666b9f262a05e0d1e54d56f7d3e45441 (diff)
downloadscummvm-rg350-72f4c03b0b9a6918a359b967ebc400a2701981d9.tar.gz
scummvm-rg350-72f4c03b0b9a6918a359b967ebc400a2701981d9.tar.bz2
scummvm-rg350-72f4c03b0b9a6918a359b967ebc400a2701981d9.zip
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
svn-id: r18038
Diffstat (limited to 'backends/ps2/systemps2.h')
-rw-r--r--backends/ps2/systemps2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/systemps2.h b/backends/ps2/systemps2.h
index 942cf1b851..20c97da085 100644
--- a/backends/ps2/systemps2.h
+++ b/backends/ps2/systemps2.h
@@ -85,7 +85,7 @@ public:
virtual void colorToRGB(OverlayColor color, uint8 &r, uint8 &g, uint8 &b);
- virtual SaveFileManager *getSavefileManager();
+ virtual Common::SaveFileManager *getSavefileManager();
void timerThread(void);
void soundThread(void);