* Fixed app stub in edit test

dev-ui
erihel 2013-03-17 20:40:54 +01:00
parent 0cd64113aa
commit 21de71f871
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ add_executable(edit_test
${SRC_DIR}/common/event.cpp
${SRC_DIR}/common/logger.cpp
${SRC_DIR}/common/misc.cpp
${SRC_DIR}/common/profile.cpp
${SRC_DIR}/common/iman.cpp
${SRC_DIR}/common/stringutils.cpp
${SRC_DIR}/graphics/engine/text.cpp

View File

@ -36,3 +36,7 @@ CEventQueue* CApplication::GetEventQueue()
return nullptr;
}
std::string CApplication::GetDataDirPath()
{
return "";
}