aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-13 19:13:09 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-13 19:13:09 +0200
commit183d3657f34e539d312743ae68c32a3737b00e58 (patch)
tree3bc67dda35664a5061e8a6da4bfad701eb588317 /src/wallet/api/address_book.h
parentMerge pull request #1437 (diff)
parentBitmonero namespace renamed Monero. Bitmonero namespace alias added so that t... (diff)
downloadmonero-183d3657f34e539d312743ae68c32a3737b00e58.tar.xz
Merge pull request #1446
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph)
Diffstat (limited to 'src/wallet/api/address_book.h')
-rw-r--r--src/wallet/api/address_book.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/api/address_book.h b/src/wallet/api/address_book.h
index 470dfdcfb..c3a24eff9 100644
--- a/src/wallet/api/address_book.h
+++ b/src/wallet/api/address_book.h
@@ -31,7 +31,7 @@
#include "wallet/wallet2_api.h"
#include "wallet/wallet2.h"
-namespace Bitmonero {
+namespace Monero {
class AddressBookRow;
class WalletImpl;
@@ -65,3 +65,5 @@ private:
}
+namespace Bitmonero = Monero;
+