]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.C
Quote graphics conversion commands correctly.
[lyx.git] / src / graphics / GraphicsLoader.C
index 7b05ffea565735c9475f77235ccf9edb105d9e1b..bea847426a961b48801a6ea18cdfba1af9c67122 100644 (file)
 #include <boost/bind.hpp>
 
 
+using std::string;
+
+
 namespace lyx {
 namespace graphics {
 
-struct Loader::Impl : boost::signals::trackable {
+class Loader::Impl : public boost::signals::trackable {
+public:
        ///
        Impl();
        ///
@@ -48,7 +52,7 @@ struct Loader::Impl : boost::signals::trackable {
        /// We modify a local copy of the image once it is loaded.
        Image::ImagePtr image_;
        /// This signal is emitted when the image loading status changes.
-       boost::signal0<void> signal_;
+       boost::signal<void()> signal_;
 
 private:
        ///