From b9ae5e0ed6e4238c7410265ed5530931d4552f7d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 8 Mar 2008 18:39:15 +0000 Subject: added SyncRtpCommand --- options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index 0d7748a..598250e 100644 --- a/options.h +++ b/options.h @@ -107,7 +107,7 @@ private: void operator=(const Options &l); static Options* inst; - static Mutex instMutex; + static ::Mutex instMutex; class instanceCleaner { public: ~instanceCleaner() { if(Options::inst != 0) @@ -116,7 +116,7 @@ private: }; friend class instanceCleaner; - Mutex mutex; + ::Mutex mutex; ConnectToList connect_to_; std::string progname_; -- cgit v1.2.3