X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fexporter.h;h=9bd2d038aca805b2b610a5de3e09617c75e1c80b;hb=b59621bc59584fb3496459a2be79acfc8476a9a1;hp=1f912a6f5b2257987e763d9cb8caf0408306fecb;hpb=e3671722567785da470c34d76a77ba0968e0cef9;p=lyx.git diff --git a/src/exporter.h b/src/exporter.h index 1f912a6f5b..9bd2d038ac 100644 --- a/src/exporter.h +++ b/src/exporter.h @@ -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;