]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
"Inter-word Space"
[lyx.git] / src / FloatList.h
index b95e9b6bc70ec2f2b0f1b1bce88f70c7341f3480..bd079b9f81416db52f8e15dce6cab8883c74049a 100644 (file)
@@ -1,10 +1,10 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
- *           Copyright 1998-2000 The LyX Team.
+ *           Copyright 1998-2001 The LyX Team.
  *
  * ======================================================
  */
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "LString.h"
@@ -43,13 +39,12 @@ public:
        ///
        Floating const & getType(string const & t) const;
        ///
+       void erase(string const & t);
+       ///
        const_iterator operator[](string const & t) const;
 private:
        ///
        List list;
 };
 
-///
-extern FloatList floatList;
-
 #endif