From 7f95cdae91f3aa5757bb4879dcbf9e728dc35cb3 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 29 Jun 2012 19:15:40 +0200 Subject: tubes: use new TeleManager::get() method without parameter --- tubes/inc/tubes/manager.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tubes') diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 1aba675c0ab0..c780fd2467a7 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -82,6 +82,7 @@ public: TeleManager( bool bAcceptIncoming = true, bool bCreateOwnGMainLoop = false ); ~TeleManager(); + static TeleManager *get() { return pSingleton; } static TeleManager *get( bool bAcceptIncoming ); void unref(); -- cgit