summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-29 16:13:37 +0100
committererihel <erihel@gmail.com>2013-03-29 16:13:37 +0100
commit3569adb10377d83beeb705870f015cc1f40aeffc (patch)
treeb69a90bbac448f2ca8223d6aa6fdf0524010e7de /test/unit/ui/stubs
parent06742cab166fa028d105850f868e0d72731d04b0 (diff)
downloadcolobot-3569adb10377d83beeb705870f015cc1f40aeffc.tar.gz
colobot-3569adb10377d83beeb705870f015cc1f40aeffc.tar.bz2
colobot-3569adb10377d83beeb705870f015cc1f40aeffc.zip
* Fixed and turned on edit_test
Diffstat (limited to 'test/unit/ui/stubs')
-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';
}