diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-06-29 19:15:40 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:17 +0200 |
commit | 7f95cdae91f3aa5757bb4879dcbf9e728dc35cb3 (patch) | |
tree | a021b41422f401dfe168760513bd7b25bfc9c199 /tubes | |
parent | 3ee62ed5a03983debda1d1b4b70fa22bd16b771f (diff) |
tubes: use new TeleManager::get() method without parameter
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |