From 58e15c3e6f8694ad2dacaa400bc22d9f53c38cde Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Aug 2016 18:27:55 +0300 Subject: Mark shopselldialog.cpp as tmwa only file. --- src/gui/windows/shopselldialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/windows/shopselldialog.cpp b/src/gui/windows/shopselldialog.cpp index a124bfdd4..e301f9aca 100644 --- a/src/gui/windows/shopselldialog.cpp +++ b/src/gui/windows/shopselldialog.cpp @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +#ifdef TMWA_SUPPORT + #include "gui/windows/shopselldialog.h" #include "being/playerinfo.h" @@ -54,3 +56,5 @@ void ShopSellDialog::sellAction(const ActionEvent &event A_UNUSED) if (tradeWindow) tradeWindow->addAutoItem(mNick, item, mAmountItems); } + +#endif // TMWA_SUPPORT -- cgit v1.2.3-60-g2f50