]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
fix typo that put too many include paths for most people
[lyx.git] / src / Floating.h
index 6390adf48f4e9d89a2105c904c0cd0d9cd368731..2f0e5270f64e5a850bae047ed76a21536482f602 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.
  *
  * ======================================================
  */
@@ -38,6 +38,12 @@ public:
        ///
        string const & placement() const;
        ///
+       string const & ext() const;
+       ///
+       string const & within() const;
+       ///
+       string const & style() const;
+       ///
        string const & name() const;
        ///
        bool builtin() const;