summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-21 02:01:24 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-21 02:01:24 +0300
commitd2e83863e6e5faa6d6eeb3ab0c0a384dac3a0a11 (patch)
tree154752870ab1ba3118bd981a492c2ca3d049655e /src/net/ea/buysellhandler.cpp
parent08331e4e8e06912c278f6c1536db9a922d9d32e0 (diff)
downloadplus-d2e83863e6e5faa6d6eeb3ab0c0a384dac3a0a11.tar.gz
plus-d2e83863e6e5faa6d6eeb3ab0c0a384dac3a0a11.tar.bz2
plus-d2e83863e6e5faa6d6eeb3ab0c0a384dac3a0a11.tar.xz
plus-d2e83863e6e5faa6d6eeb3ab0c0a384dac3a0a11.zip
Fix some issues after automatic code checking.
Diffstat (limited to 'src/net/ea/buysellhandler.cpp')
-rw-r--r--src/net/ea/buysellhandler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index 35180c10f..2ee586c92 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -47,9 +47,10 @@
namespace Ea
{
-BuySellHandler::BuySellHandler()
+BuySellHandler::BuySellHandler() :
+ mNpcId(0),
+ mBuyDialog(0)
{
- mNpcId = 0;
}
void BuySellHandler::requestSellList(std::string nick)