]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insettheorem.h
index 41a1aa3eb3f49a72ac08765c422702d44cfe1b6d..bbb09b7920530b6a2c6f13488bf9dc447cd68f9a 100644 (file)
@@ -1,20 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insettheorem.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 1998 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef InsetTheorem_H
 #define InsetTheorem_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcollapsable.h"
 
@@ -34,7 +31,8 @@ public:
        ///
        bool display() const { return true; }
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };