]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insetmarginal.h
index 741e992a32af6f1ca327c98d49f5012b842c7a8e..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;
        ///