diff options
-rw-r--r-- | src/gui/windows/shopselldialog.cpp | 4 |
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 |