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/executableslist.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/executableslist.cpp') diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 036671f0..4e39c1a3 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -25,6 +25,10 @@ along with Mod Organizer. If not, see . #include +using namespace MOBase; +using namespace MOShared; + + QDataStream &operator<<(QDataStream &out, const Executable &obj) { out << obj.m_Title << obj.m_BinaryInfo.absoluteFilePath() << obj.m_Arguments << obj.m_CloseMO -- cgit v1.3.1