diff options
author | Tony Puccinelli | 2010-06-22 18:33:17 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-06-22 18:33:17 +0000 |
commit | 75c3c8bbae9d5cc1a0428c293f13821added1165 (patch) | |
tree | 21fc46bf3d382843c40fea9c8f9b06887f5ee975 /backends/plugins | |
parent | 8ec2c0714607ada24ace8f547c320155b4120678 (diff) | |
download | scummvm-rg350-75c3c8bbae9d5cc1a0428c293f13821added1165.tar.gz scummvm-rg350-75c3c8bbae9d5cc1a0428c293f13821added1165.tar.bz2 scummvm-rg350-75c3c8bbae9d5cc1a0428c293f13821added1165.zip |
changed PS2 to GP2X.
svn-id: r50159
Diffstat (limited to 'backends/plugins')
-rw-r--r-- | backends/plugins/gp2xwiz/gp2xwiz-provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/gp2xwiz/gp2xwiz-provider.h b/backends/plugins/gp2xwiz/gp2xwiz-provider.h index b9b8792225..929a9af1f6 100644 --- a/backends/plugins/gp2xwiz/gp2xwiz-provider.h +++ b/backends/plugins/gp2xwiz/gp2xwiz-provider.h @@ -30,7 +30,7 @@ #if defined(DYNAMIC_MODULES) && defined(GP2XWIZ) -class PS2PluginProvider : public FilePluginProvider { +class GP2XWIZPluginProvider : public FilePluginProvider { protected: Plugin* createPlugin(const Common::FSNode &node) const; |