summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/restext_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/ui/stubs/restext_stub.cpp')
-rw-r--r--test/unit/ui/stubs/restext_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ui/stubs/restext_stub.cpp b/test/unit/ui/stubs/restext_stub.cpp
index 004da19..fa47da6 100644
--- a/test/unit/ui/stubs/restext_stub.cpp
+++ b/test/unit/ui/stubs/restext_stub.cpp
@@ -1,6 +1,6 @@
#include "common/restext.h"
-bool GetResource(ResType /* type */, int /* num */, char* /* text */)
+bool GetResource(ResType /* type */, int /* num */, std::string& /* text */)
{
return true;
}