summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r--src/gui/widgets/popup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h
index bc2acffe3..ac4cc6e94 100644
--- a/src/gui/widgets/popup.h
+++ b/src/gui/widgets/popup.h
@@ -30,7 +30,7 @@
#include <guichan/mouselistener.hpp>
#include <guichan/widgetlistener.hpp>
-class GraphicsVertexes;
+class ImageCollection;
class Skin;
class WindowContainer;
@@ -177,7 +177,7 @@ class Popup : public Container, public gcn::MouseListener,
int mPadding; /**< Holds the padding of the popup. */
Skin *mSkin; /**< Skin in use by this popup */
- GraphicsVertexes *mVertexes;
+ ImageCollection *mVertexes;
bool mRedraw;
};