]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/sp_counted_base_gcc_ppc.hpp
boost: add eol property
[lyx.git] / boost / boost / detail / sp_counted_base_gcc_ppc.hpp
index ca5cf2b39c1c0dd3ad35600a69fc5fc0dc5be4a2..cea2740bcab62ddc30f9e74b317b7ce2630a6d12 100644 (file)
@@ -24,7 +24,7 @@
 //  formulation
 //
 
-#include <typeinfo>
+#include <boost/detail/sp_typeinfo.hpp>
 
 namespace boost
 {
@@ -134,7 +134,7 @@ public:
         delete this;
     }
 
-    virtual void * get_deleter( std::type_info const & ti ) = 0;
+    virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
 
     void add_ref_copy()
     {