summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 20:56:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 20:56:32 +0000
commitcfbab7e906093555c850c0e93a81ecfce09c1cc2 (patch)
tree0c91c3d15ee87c232728154b7ea2f9c862a50f33 /src
parentaefd9bf60fc5d7cc59c7f8b3c07abfe2547ede1a (diff)
downloadmana-client-cfbab7e906093555c850c0e93a81ecfce09c1cc2.tar.gz
mana-client-cfbab7e906093555c850c0e93a81ecfce09c1cc2.tar.bz2
mana-client-cfbab7e906093555c850c0e93a81ecfce09c1cc2.tar.xz
mana-client-cfbab7e906093555c850c0e93a81ecfce09c1cc2.zip
Upgraded to Guichan 0.6.1.
Diffstat (limited to 'src')
-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;