aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/psp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/psp')
-rw-r--r--backends/plugins/psp/psp-provider.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/plugins/psp/psp-provider.h b/backends/plugins/psp/psp-provider.h
index efe62ecf2c..b7934179bf 100644
--- a/backends/plugins/psp/psp-provider.h
+++ b/backends/plugins/psp/psp-provider.h
@@ -40,10 +40,9 @@ class PSPPluginProvider : public ELFPluginProvider {
};
public:
- Plugin* PSPPluginProvider::createPlugin(const Common::FSNode &node) const {
+ Plugin* createPlugin(const Common::FSNode &node) const {
return new PSPPlugin(node.getPath());
}
-}
};
#endif /* BACKENDS_PLUGINS_PSP_PSP_PROVIDER_H */