]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/is_virtual_base_of.hpp
remove unused boost files (~520)
[lyx.git] / boost / boost / type_traits / is_virtual_base_of.hpp
index 8dcd988edd70c2d3ca2c2c14577d8e514c0922cd..ffb021e69e1e3cc11bbef919391fd642f75ddf2d 100644 (file)
@@ -52,14 +52,14 @@ struct is_virtual_base_of_impl<Base, Derived, mpl::true_>
        ~boost_type_traits_internal_struct_Y()throw();
     };
 #else
-    struct boost_type_traits_internal_struct_X : Derived, virtual Base 
+    struct boost_type_traits_internal_struct_X : public Derived, virtual Base 
     {
        boost_type_traits_internal_struct_X();
        boost_type_traits_internal_struct_X(const boost_type_traits_internal_struct_X&);
        boost_type_traits_internal_struct_X& operator=(const boost_type_traits_internal_struct_X&);
        ~boost_type_traits_internal_struct_X()throw();
     };
-    struct boost_type_traits_internal_struct_Y : Derived 
+    struct boost_type_traits_internal_struct_Y : public Derived 
     {
        boost_type_traits_internal_struct_Y();
        boost_type_traits_internal_struct_Y(const boost_type_traits_internal_struct_Y&);