summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 21:05:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 21:05:05 +0000
commit05bdb92c267e3f041788f2aa41a73c9953249e7c (patch)
tree356033be4c1c373972b8a32b9e67503b3a6a0abf /src/gui/shoplistbox.cpp
parentd1395845cdc678db2a71326f2e6f20253ed14cac (diff)
downloadmana-client-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.gz
mana-client-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.bz2
mana-client-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.xz
mana-client-05bdb92c267e3f041788f2aa41a73c9953249e7c.zip
Merged 0.0 changes from revision 3035 to 3065 to trunk.
Diffstat (limited to 'src/gui/shoplistbox.cpp')
-rw-r--r--src/gui/shoplistbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shoplistbox.cpp b/src/gui/shoplistbox.cpp
index 8cf0b639..946f518b 100644
--- a/src/gui/shoplistbox.cpp
+++ b/src/gui/shoplistbox.cpp
@@ -112,7 +112,7 @@ void ShopListBox::setSelected(int selected)
mSelected = std::min(mListModel->getNumberOfElements() - 1,
std::max(-1, selected));
- gcn::BasicContainer *parent = getParent();
+ gcn::Widget *parent = getParent();
if (parent)
{
gcn::Rectangle scroll;