]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
Rewording in GTK document dialog
[lyx.git] / src / exporter.h
index 1f912a6f5b2257987e763d9cb8caf0408306fecb..9bd2d038aca805b2b610a5de3e09617c75e1c80b 100644 (file)
@@ -45,7 +45,8 @@ public:
 };
 
 
-struct ExportedFile {
+class ExportedFile {
+public:
        ExportedFile(std::string const &, std::string const &);
        /// absolute name of the source file
        std::string sourceName;