]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.h
try using std::tr1::shared_ptr instead of boost::shared_ptr
[features.git] / src / OutputParams.h
index f0816d6e4eafc9dab5907458a5b31eecaa48d63a..b4bf7f9283affddb7efc62b06348897ace218d5f 100644 (file)
 #ifndef OUTPUTPARAMS_H
 #define OUTPUTPARAMS_H
 
-#include <string>
-
 #include "support/types.h"
-#include <boost/shared_ptr.hpp>
+
 #include "Changes.h"
 
+#include <string>
+#include <tr1/memory>
+
 
 namespace lyx {
 
@@ -121,7 +122,7 @@ public:
            This is a hack: Make it possible to add stuff to constant
            OutputParams instances.
        */
-       boost::shared_ptr<ExportData> exportdata;
+       std::tr1::shared_ptr<ExportData> exportdata;
 
        /** Whether we are inside a comment inset. Insets that are including
         *  external files like InsetGraphics, InsetInclude and InsetExternal