]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
updates to minipage inset
[lyx.git] / src / insets / figinset.h
index 866cce2882129cf43eeb90a3dd47693a3e181edb..13d6a4f461438a64736993c67c13bdeec0ce8b2f 100644 (file)
@@ -19,6 +19,7 @@ struct Figref;
 
 #ifdef SIGC_CXX_NAMESPACES
 using SigC::Object;
+using SigC::Connection;
 #endif
 
 ///
@@ -155,7 +156,7 @@ private:
        /// get sizes from .eps file
        void GetPSSizes();
        /// Redraw connection.
-       SigC::Connection r_;
+       Connection r_;
 };