From 6516a6b7c19713de28db7142612f1c095e541317 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 17 Feb 2013 09:26:29 +0100 Subject: - moved shared and uibase libraries to namespaces - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash --- src/nexusdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nexusdialog.h') diff --git a/src/nexusdialog.h b/src/nexusdialog.h index fbe99f3d..d7e8ff50 100644 --- a/src/nexusdialog.h +++ b/src/nexusdialog.h @@ -146,7 +146,7 @@ private: Ui::NexusDialog *ui; - TutorialControl m_Tutorial; + MOBase::TutorialControl m_Tutorial; QString m_Url; QRegExp m_ModUrlExp; -- cgit v1.3.1