aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.cpp
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.cpp
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.cpp')
-rw-r--r--src/wallet/api/address_book.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wallet/api/address_book.cpp b/src/wallet/api/address_book.cpp
index edeb5bb46..1847e1496 100644
--- a/src/wallet/api/address_book.cpp
+++ b/src/wallet/api/address_book.cpp
@@ -36,7 +36,7 @@
#include <vector>
-namespace Bitmonero {
+namespace Monero {
AddressBook::~AddressBook() {}
@@ -126,4 +126,6 @@ AddressBookImpl::~AddressBookImpl()
clearRows();
}
-} // namespace \ No newline at end of file
+} // namespace
+
+namespace Bitmonero = Monero; \ No newline at end of file