summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/app_stub.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-30 15:43:39 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-30 15:43:39 +0100
commit845c8e9437e26cf3193d4e3dae2a02f03e17747d (patch)
treec85c5dcc825d8480d09f5eda86c0949e69d61656 /test/unit/ui/stubs/app_stub.cpp
parent040a7e8f249a190b0d66b10ccec075ad33772d7c (diff)
parente607fed265070be8c518d4302d8b76f738421fb3 (diff)
downloadcolobot-845c8e9437e26cf3193d4e3dae2a02f03e17747d.tar.gz
colobot-845c8e9437e26cf3193d4e3dae2a02f03e17747d.tar.bz2
colobot-845c8e9437e26cf3193d4e3dae2a02f03e17747d.zip
Merge branch 'dev' of github.com:colobot/colobot into dev
Diffstat (limited to 'test/unit/ui/stubs/app_stub.cpp')
-rw-r--r--test/unit/ui/stubs/app_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ui/stubs/app_stub.cpp b/test/unit/ui/stubs/app_stub.cpp
index 55263e6..9b33e5e 100644
--- a/test/unit/ui/stubs/app_stub.cpp
+++ b/test/unit/ui/stubs/app_stub.cpp
@@ -46,7 +46,7 @@ Event CApplication::CreateUpdateEvent()
return Event(EVENT_NULL);
}
-char GetLanguageChar()
+char CApplication::GetLanguageChar()
{
return 'E';
}