]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetmarginal.h
index 26654106a674938493d1cea8e456e8bbe6b6acb5..6e177327f5f870ab40d56ec63d0188349c5bb64d 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 #include "insetfootlike.h"
 
 /** The marginal note inset
-  
+
 */
 class InsetMarginal : public InsetFootlike {
 public:
        ///
-       InsetMarginal();
+       InsetMarginal(BufferParams const &);
+       ///
+       InsetMarginal(InsetMarginal const &, bool same_id = false);
        ///
        Inset * clone(Buffer const &, bool same_id = false) const;
        ///
@@ -33,8 +35,6 @@ public:
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif