aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/ps2/ps2-provider.h
diff options
context:
space:
mode:
authorAndre Heider2010-09-05 12:39:28 +0000
committerAndre Heider2010-09-05 12:39:28 +0000
commit5986aa96f2d8f06c1a54be614f483712e7d4d8f0 (patch)
treefc24526bf3269ad7afd12bb6ded873f9157bd76b /backends/plugins/ps2/ps2-provider.h
parentc5a189f4d5f5a9f94b7e063077ba0ee5aaf1a788 (diff)
downloadscummvm-rg350-5986aa96f2d8f06c1a54be614f483712e7d4d8f0.tar.gz
scummvm-rg350-5986aa96f2d8f06c1a54be614f483712e7d4d8f0.tar.bz2
scummvm-rg350-5986aa96f2d8f06c1a54be614f483712e7d4d8f0.zip
PLUGINS: Formatting.
svn-id: r52552
Diffstat (limited to 'backends/plugins/ps2/ps2-provider.h')
-rw-r--r--backends/plugins/ps2/ps2-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/plugins/ps2/ps2-provider.h b/backends/plugins/ps2/ps2-provider.h
index dfadfffc29..809b88920a 100644
--- a/backends/plugins/ps2/ps2-provider.h
+++ b/backends/plugins/ps2/ps2-provider.h
@@ -37,7 +37,7 @@ class PS2PluginProvider : public ELFPluginProvider {
};
public:
- Plugin* PS2PluginProvider::createPlugin(const Common::FSNode &node) const {
+ Plugin* createPlugin(const Common::FSNode &node) const {
return new PS2Plugin(node.getPath());
}
};