From ca4582756ce9ad0c4f4222da0760bd6ccffc829a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 3 Feb 2013 13:07:57 +0300 Subject: Fix inventory sorting. Was broken because conflict with buy dialog sorting. --- src/gui/buydialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/buydialog.h') diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index 76910f247..9d6bf447c 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -32,7 +32,7 @@ class Button; class DropDown; class ShopItems; class ShopListBox; -class SortListModel; +class SortListModelBuy; class IntTextField; class Label; class ListBox; @@ -147,7 +147,7 @@ class BuyDialog final : public Window, int mAmountItems; int mMaxItems; std::string mNick; - SortListModel *mSortModel; + SortListModelBuy *mSortModel; DropDown *mSortDropDown; }; -- cgit v1.2.3-60-g2f50