Qt: Fix non-SQLITE build

This commit is contained in:
Jeffrey Pfau 2017-01-10 23:16:23 -08:00
parent 9e7d2edd4f
commit dc41b7cae2
1 changed files with 1 additions and 1 deletions

View File

@ -85,8 +85,8 @@ private:
Window* m_windows[MAX_GBAS];
MultiplayerController m_multiplayer;
#ifdef USE_SQLITE3
NoIntroDB* m_db;
#ifdef USE_SQLITE3
QThread m_parseThread;
#endif
};