From b2adfa8c514b9015412f2c13429928ccc038f0ba Mon Sep 17 00:00:00 2001 From: Randi Joseph Date: Tue, 13 Dec 2016 10:21:38 -0500 Subject: Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. --- src/wallet/api/address_book.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/wallet/api/address_book.cpp') 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 -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 -- cgit v1.2.3