summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-02 18:27:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-02 18:27:55 +0300
commit58e15c3e6f8694ad2dacaa400bc22d9f53c38cde (patch)
tree57ccbb6a58f6ea3183d0e773588964947dbb6221
parenta37d41fe0bb21b5f940a0bfca87e94121b82c2bd (diff)
downloadplus-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.gz
plus-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.bz2
plus-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.xz
plus-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.zip
Mark shopselldialog.cpp as tmwa only file.
-rw-r--r--src/gui/windows/shopselldialog.cpp4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#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