aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_handler.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-03-12 01:13:48 -0700
committerAlexander Blair <snipa@jagtech.io>2020-03-12 01:13:49 -0700
commit820ab9fdea6ede11aced3726f3998558f8677ad6 (patch)
tree2b8df276eff7637e4c9dd20f5acd9a55e12deea7 /src/rpc/daemon_handler.h
parentMerge pull request #6268 (diff)
parentVarious improvements to the ZMQ JSON-RPC handling: (diff)
downloadmonero-820ab9fdea6ede11aced3726f3998558f8677ad6.tar.xz
Merge pull request #6273
0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett)
Diffstat (limited to 'src/rpc/daemon_handler.h')
-rw-r--r--src/rpc/daemon_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/daemon_handler.h b/src/rpc/daemon_handler.h
index 34723f676..c33f608ab 100644
--- a/src/rpc/daemon_handler.h
+++ b/src/rpc/daemon_handler.h
@@ -50,7 +50,7 @@ class DaemonHandler : public RpcHandler
{
public:
- DaemonHandler(cryptonote::core& c, t_p2p& p2p) : m_core(c), m_p2p(p2p) { }
+ DaemonHandler(cryptonote::core& c, t_p2p& p2p);
~DaemonHandler() { }