diff options
Diffstat (limited to 'cpp/src/qpid/broker/System.cpp')
-rw-r--r-- | cpp/src/qpid/broker/System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index 5e51beac35..6c58339432 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -30,7 +30,7 @@ using namespace std; System::System (string _dataDir) : mgmtObject(0) { - ManagementAgent* agent = ManagementAgent::getAgent (); + ManagementAgent* agent = ManagementAgent::Singleton::getInstance(); if (agent != 0) { |