From 9bd484a6dea0a1594056031195f7e0715fc999d8 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Sun, 13 Mar 2011 16:06:20 +0000 Subject: [PATCH] gcc compile fix. --- client/CCreatureWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/CCreatureWindow.cpp b/client/CCreatureWindow.cpp index 65dd941a0..30db9a5b5 100644 --- a/client/CCreatureWindow.cpp +++ b/client/CCreatureWindow.cpp @@ -80,7 +80,7 @@ void CCreatureWindow::init(const CStackInstance *stack, const CBonusSystemNode * node.bonuses.remove_if (Selector::typeSybtype(b->type, b->subtype)); //remove used bonuses } - std::vector> descriptions; //quick, yet slow solution + std::vector > descriptions; //quick, yet slow solution std::string text, text2; BOOST_FOREACH(Bonus* b, bl) { @@ -288,4 +288,4 @@ CCreatureWindow::~CCreatureWindow() { for(int i=0; i