]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insetfloatlist.h
index 57179951281ea144593f552c89c15824be315061..7452a2448e711f37d5f483f3d079c2840b3bd0eb 100644 (file)
@@ -3,10 +3,10 @@
  * ======================================================
  *
  *           LyX, The Document Word Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1996-2001 The LyX Team.
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_FLOATLIST_H
@@ -54,6 +54,8 @@ public:
        int docbook(Buffer const *, std::ostream &) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif