diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-07 20:41:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-07 21:18:22 +0300 |
commit | 28f62ac9504bc5e912cd94c302295d4dcc47e41c (patch) | |
tree | e54975711c001716663bd9daff6f81ebd2a61706 /src/net/ea/buysellrecv.cpp | |
parent | 51d743a33dceb114244269cfe6fe6e80afbf41cc (diff) | |
download | plus-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.gz plus-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.bz2 plus-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.xz plus-28f62ac9504bc5e912cd94c302295d4dcc47e41c.zip |
Fix namespace comments.
Diffstat (limited to 'src/net/ea/buysellrecv.cpp')
-rw-r--r-- | src/net/ea/buysellrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/buysellrecv.cpp b/src/net/ea/buysellrecv.cpp index 09109a540..95f69129f 100644 --- a/src/net/ea/buysellrecv.cpp +++ b/src/net/ea/buysellrecv.cpp @@ -50,7 +50,7 @@ namespace BuySellRecv { BeingId mNpcId = BeingId_zero; BuyDialog *mBuyDialog = nullptr; -} +} // namespace BuySellRecv void BuySellRecv::processNpcBuySellChoice(Net::MessageIn &msg) { |