summaryrefslogtreecommitdiff
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 9c445fc48..06440c127 100644
--- a/src/error.h
+++ b/src/error.h
@@ -52,6 +52,7 @@ public:
void SetDParam(uint n, uint64 v);
void SetDParamStr(uint n, const char *str);
+ void SetDParamStr(uint n, const std::string &str);
void CopyOutDParams();
};