]> git.lyx.org Git - lyx.git/blobdiff - src/support/shared_ptr.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / shared_ptr.h
index 28ac3d7a2357a8f7d216313eb47254c8f60e72ca..69e42da23c216a96732d2a57c52772fee520df2e 100644 (file)
@@ -23,6 +23,7 @@
 namespace lyx
 {
        using std::tr1::shared_ptr;
+       using std::tr1::const_pointer_cast;
 }
 
 #else
@@ -32,6 +33,7 @@ namespace lyx
 namespace lyx
 {
        using boost::shared_ptr;
+       using boost::const_pointer_cast;
 }
 
 #endif