]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.C
* filetools.[Ch]: Make functions that start with a capital
[lyx.git] / src / graphics / PreviewImage.C
index 75d41634ced7a43394d54dc6f2bf9d2fccf2633e..6a057d27f3e8409cd8bb70cf53287426f35957f3 100644 (file)
@@ -27,7 +27,8 @@ using std::string;
 namespace lyx {
 namespace graphics {
 
-struct PreviewImage::Impl : public boost::signals::trackable {
+class PreviewImage::Impl : public boost::signals::trackable {
+public:
        ///
        Impl(PreviewImage & p, PreviewLoader & l,
             string const & s, string const & f, double af);