X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FImportNoweb.h;h=551e2b76434656e8fe8598fdd16a2a82cc9a417d;hb=e059c633b01937f450ff9fa873cfc6b773aa74cc;hp=d69b6aa0057649dd9aa1b8c5f0149245b1f3a1cd;hpb=a040c0bc6f017d0591bbc7ad1aa590589dbc40ff;p=lyx.git diff --git a/src/ImportNoweb.h b/src/ImportNoweb.h index d69b6aa005..551e2b7643 100644 --- a/src/ImportNoweb.h +++ b/src/ImportNoweb.h @@ -4,9 +4,9 @@ * * LyX, The Document Processor * - * Copyright (C) 1995-1999 The LyX Team. + * Copyright 1995-2000 The LyX Team. * - * This file is Copyright (C) 1999 + * This file is Copyright 1999 * Kayvan A. Sylvan * * ====================================================== @@ -29,7 +29,7 @@ public: /** file = name and path of the noweb file to import */ - ImportNoweb(string const & file) : file(file) {}; + explicit ImportNoweb(string const & file) : file(file) {} /** Imports the document. Return 0 if fail. @@ -41,7 +41,7 @@ private: /// string documentclass(); /// - enum{ + enum { BUFSIZE = 512 }; };