]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / insetfloat.h
index 42288867165ea0d8c375c0be49d8714023439b36..523352f8c1f9d533d4f667d37b8f29cb13fc02e6 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 class Painter;
 
 /** The float inset
-  
+
 */
 class InsetFloat : public InsetCollapsable {
 public:
        ///
-       InsetFloat(string const &);
+       InsetFloat(BufferParams const &, string const &);
        ///
        InsetFloat(InsetFloat const &, bool same_id = false);
        ///