X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FImportLaTeX.h;h=65bb0ce283f5d550457519bfdaff7bbfb1e71396;hb=d9c0aa81954969f65c72b0b229d08a3548d4e5b1;hp=9e332aaef5a02951d6ab278e526c3e501732148f;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/ImportLaTeX.h b/src/ImportLaTeX.h index 9e332aaef5..65bb0ce283 100644 --- a/src/ImportLaTeX.h +++ b/src/ImportLaTeX.h @@ -9,11 +9,11 @@ * This file is Copyright (C) 1998 * Asger Alstrup * - *====================================================== + * ====================================================== */ -#ifndef _IMPORTLATEX_H -#define _IMPORTLATEX_H +#ifndef IMPORTLATEX_H +#define IMPORTLATEX_H #ifdef __GNUG__ #pragma interface @@ -29,7 +29,7 @@ public: /** file = name and path of the latex file */ - ImportLaTeX(LString const & file); + ImportLaTeX(string const & file); /** Imports the document. Return 0 if fail. @@ -37,7 +37,7 @@ public: Buffer * run(); private: /// - LString file; + string file; }; #endif