]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.h
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
[lyx.git] / src / insets / insetparent.h
index f3ad3afaf3ce1b5accff7eba0b12dfcff571ea2c..fda6378d4a4f89b130252a8f8d90c36ad7f2fb62 100644 (file)
@@ -4,7 +4,7 @@
  *
  *           LyX, The Document Processor
  *      
- *           Copyright (C) 1997-1999 LyX Team
+ *           Copyright 1997-1999 LyX Team
  * 
  * ====================================================== */
 
@@ -29,9 +29,9 @@ public:
        /// Non-standard LyX macro
        InsetParent() : InsetCommand("lyxparent") {}
        ///
-        InsetParent(string fn, Buffer * owner = 0);
+        InsetParent(string const & fn, Buffer * owner = 0);
        /// 
-       int Latex(FILE * file, signed char fragile);
+       int Latex(ostream &, signed char fragile);
        ///
        int Latex(string & file, signed char fragile);
         ///