]> git.lyx.org Git - lyx.git/blobdiff - sigc++/thread.cc
move things around
[lyx.git] / sigc++ / thread.cc
index 43ad7c14ed226e70a7d1cf0145471087ea2a7059..a8ed235dc6495b08be6f882c81d5f636fe64310b 100644 (file)
@@ -135,13 +135,6 @@ void Private_::destroy()
 #endif
   }
 
-Private<int>::operator int&() 
-{
-       int * value = static_cast<int*>(get());
-       if (!value)
-               set(static_cast<void*>(value = new int(0)));
-       return *(value);
-}
 
 #ifdef SIGC_PTHREAD_DCE
 MutexAttr Mutex::Default={pthread_mutexattr_default};
@@ -155,8 +148,8 @@ ThreadAttr Thread::Default={0};
 
 
 #ifdef SIGC_CXX_NAMESPACES
-};
-};
+}
+}
 #endif
 
 #endif