From c2ad12443f75682507abbadcaee8e1c0a7b05ec0 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Tue, 4 Oct 2011 20:06:59 +0000 Subject: [PATCH] Removed compilation warning --- projects/mtg/include/ActionStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/ActionStack.h b/projects/mtg/include/ActionStack.h index 68e8bd997..4c04a2207 100644 --- a/projects/mtg/include/ActionStack.h +++ b/projects/mtg/include/ActionStack.h @@ -84,7 +84,7 @@ public: } Interruptible(GameObserver* observer, int inID = 0, bool hasFocus = false) - : Targetable(observer), PlayGuiObject(40, x, y, inID, hasFocus), state(NOT_RESOLVED), display(0), source(NULL) + : PlayGuiObject(40, x, y, inID, hasFocus), Targetable(observer), state(NOT_RESOLVED), display(0), source(NULL) { }