X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FImportNoweb.h;h=3231eb4b541856fae029fc3e24633a233eed7ea7;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=f6d18c2fdfed3fc5ebe8d71846eceae270cb43ec;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/ImportNoweb.h b/src/ImportNoweb.h index f6d18c2fdf..3231eb4b54 100644 --- a/src/ImportNoweb.h +++ b/src/ImportNoweb.h @@ -12,8 +12,8 @@ *====================================================== */ -#ifndef _IMPORTNOWEB_H -#define _IMPORTNOWEB_H +#ifndef IMPORTNOWEB_H +#define IMPORTNOWEB_H #ifdef __GNUG__ #pragma interface @@ -29,7 +29,7 @@ public: /** file = name and path of the noweb file to import */ - ImportNoweb(LString const & file) : file(file) {}; + ImportNoweb(string const & file) : file(file) {}; /** Imports the document. Return 0 if fail. @@ -37,9 +37,9 @@ public: Buffer * run(); private: /// - LString file; + string file; /// - LString documentclass(); + string documentclass(); /// enum{ BUFSIZE = 512