diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-13 14:05:55 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-13 14:07:21 +0100 |
commit | 6ec78f146134be7ee067a25a412d3c927f9ac353 (patch) | |
tree | acab1c29632640d007f051d052a6ef8fb7658f7c /src/init.h | |
parent | 1936125671fbdb3411fcdf0d09fbd7ced32272e6 (diff) |
wallet: Refactor g_wallet_init_interface to const reference
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h index 829c110112..000c8c95e4 100644 --- a/src/init.h +++ b/src/init.h @@ -13,7 +13,7 @@ class CScheduler; class CWallet; class WalletInitInterface; -extern WalletInitInterface* const g_wallet_init_interface; +extern const WalletInitInterface& g_wallet_init_interface; namespace boost { |