]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Point fix, earlier forgotten
[lyx.git] / src / FloatList.h
index 150399dc377006953139588b63d3f61e464de123..40611c6464f5e7f213d3d3a30627670f20546fd6 100644 (file)
@@ -1,21 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file FloatList.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 1998-2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "LString.h"
@@ -43,6 +39,8 @@ public:
        ///
        Floating const & getType(string const & t) const;
        ///
+       void erase(string const & t);
+       ///
        const_iterator operator[](string const & t) const;
 private:
        ///