Qt: Fix non-SQLITE build
Jeffrey Pfau jeffrey@endrift.com
Tue, 10 Jan 2017 23:16:23 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/GBAApp.h
→
src/platform/qt/GBAApp.h
@@ -85,8 +85,8 @@ ConfigController m_configController;
Window* m_windows[MAX_GBAS]; MultiplayerController m_multiplayer; -#ifdef USE_SQLITE3 NoIntroDB* m_db; +#ifdef USE_SQLITE3 QThread m_parseThread; #endif };