]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / insetminipage.h
index e46de56167fbc2263ae4946be2709e6f69e2b040..699c914b0bb8efc208826c172bc2684d41580795 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 2001 The LyX Team.
@@ -21,7 +21,7 @@
 #include <sigc++/signal_system.h>
 
 /** The minipage inset
-  
+
 */
 class InsetMinipage : public InsetCollapsable {
 public:
@@ -39,7 +39,7 @@ public:
                inner_stretch
        };
        ///
-       InsetMinipage();
+       InsetMinipage(BufferParams const &);
        ///
        InsetMinipage(InsetMinipage const &, bool same_id = false);
        ///