diff options
Diffstat (limited to 'cpp/src/tests/BrokerChannelTest.cpp')
-rw-r--r-- | cpp/src/tests/BrokerChannelTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/BrokerChannelTest.cpp b/cpp/src/tests/BrokerChannelTest.cpp index 9dee1fc862..29ed1ae230 100644 --- a/cpp/src/tests/BrokerChannelTest.cpp +++ b/cpp/src/tests/BrokerChannelTest.cpp @@ -60,7 +60,7 @@ class BrokerChannelTest : public CppUnit::TestCase CPPUNIT_TEST(testFlow); CPPUNIT_TEST_SUITE_END(); - Broker::shared_ptr broker; + shared_ptr<Broker> broker; Connection connection; MockHandler handler; |