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/nexusview.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nexusview.cpp') diff --git a/src/nexusview.cpp b/src/nexusview.cpp index c8c7f09d..269894c2 100644 --- a/src/nexusview.cpp +++ b/src/nexusview.cpp @@ -28,6 +28,10 @@ along with Mod Organizer. If not, see . #include #include "utility.h" + +using namespace MOBase; + + NexusView::NexusView(QWidget *parent) : QWebView(parent), m_LastSeenModID(0) { -- cgit v1.3.1