summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/routing
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-09 00:21:14 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-09 00:21:14 +0100
commit94eea5f229b0a4034676002a423b226185a10820 (patch)
treefddc26a218c233f7b3b509525370d0f6d7ef17c8 /messagebus/src/tests/routing
parent68c336f802bba1974186c085ee7725a12980e244 (diff)
deiniline destructors
Diffstat (limited to 'messagebus/src/tests/routing')
-rw-r--r--messagebus/src/tests/routing/routing.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/messagebus/src/tests/routing/routing.cpp b/messagebus/src/tests/routing/routing.cpp
index 23698279137..be0a69e855a 100644
--- a/messagebus/src/tests/routing/routing.cpp
+++ b/messagebus/src/tests/routing/routing.cpp
@@ -476,6 +476,7 @@ public:
public:
TestData();
+ ~TestData();
bool start();
};
@@ -570,6 +571,8 @@ TestData::TestData() :
_retryPolicy->setBaseDelay(0);
}
+TestData::~TestData() {}
+
bool
TestData::start()
{