]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.C
A bunch of conversion to docstring.
[lyx.git] / src / graphics / GraphicsImage.C
index 41fac6bb3c2140bea8cd1cdf6df801c59a4a4050..b1d7e60707e09c7e39ad530fa73640e149d05806 100644 (file)
@@ -22,10 +22,10 @@ namespace graphics {
 
 // This is to be connected to a function that will return a new
 // instance of a viable derived class.
-boost::function0<Image::ImagePtr> Image::newImage;
+boost::function<Image::ImagePtr()> Image::newImage;
 
 /// Return the list of loadable formats.
-boost::function0<Image::FormatList> Image::loadableFormats;
+boost::function<Image::FormatList()> Image::loadableFormats;
 
 
 std::pair<unsigned int, unsigned int>