summaryrefslogtreecommitdiffstats
path: root/src/engine/PatchPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PatchPlugin.hpp')
-rw-r--r--src/engine/PatchPlugin.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/PatchPlugin.hpp b/src/engine/PatchPlugin.hpp
index a406deca..068329d0 100644
--- a/src/engine/PatchPlugin.hpp
+++ b/src/engine/PatchPlugin.hpp
@@ -49,12 +49,12 @@ public:
return NULL;
}
- const string symbol() const { return "patch"; }
- const string name() const { return "Ingen Patch"; }
+ const std::string symbol() const { return "patch"; }
+ const std::string name() const { return "Ingen Patch"; }
private:
- const string _symbol;
- const string _name;
+ const std::string _symbol;
+ const std::string _name;
};