Merge remote-tracking branch 'thoronador/fix-uninitialized-members'

deque
Marc Zinnschlag 10 years ago
commit 3fd10d2a82

@ -123,7 +123,6 @@ namespace MWGui
, mScreenFader(NULL) , mScreenFader(NULL)
, mDebugWindow(NULL) , mDebugWindow(NULL)
, mTranslationDataStorage (translationDataStorage) , mTranslationDataStorage (translationDataStorage)
, mSoftwareCursor(NULL)
, mCharGen(NULL) , mCharGen(NULL)
, mInputBlocker(NULL) , mInputBlocker(NULL)
, mCrosshairEnabled(Settings::Manager::getBool ("crosshair", "HUD")) , mCrosshairEnabled(Settings::Manager::getBool ("crosshair", "HUD"))

@ -79,7 +79,6 @@ namespace MWGui
class SpellCreationDialog; class SpellCreationDialog;
class EnchantingDialog; class EnchantingDialog;
class TrainingWindow; class TrainingWindow;
class Cursor;
class SpellIcons; class SpellIcons;
class MerchantRepair; class MerchantRepair;
class Repair; class Repair;
@ -392,7 +391,6 @@ namespace MWGui
DebugWindow* mDebugWindow; DebugWindow* mDebugWindow;
Translation::Storage& mTranslationDataStorage; Translation::Storage& mTranslationDataStorage;
Cursor* mSoftwareCursor;
CharacterCreation* mCharGen; CharacterCreation* mCharGen;

Loading…
Cancel
Save