summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-12-20 20:18:30 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-12-20 20:18:30 +0100
commit95661918ce5da32cce84055e80fcc15343591638 (patch)
tree0356b59d13cd1b59bdfc42ddc550700a32109372 /test/unit/ui/stubs
parent8deb1305726966b3b583865dec1ba7ba1327d8cb (diff)
downloadcolobot-95661918ce5da32cce84055e80fcc15343591638.tar.gz
colobot-95661918ce5da32cce84055e80fcc15343591638.tar.bz2
colobot-95661918ce5da32cce84055e80fcc15343591638.zip
Some further refactoring and test corrections
Diffstat (limited to 'test/unit/ui/stubs')
-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;
}