X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.h;h=2f0e5270f64e5a850bae047ed76a21536482f602;hb=98c966c64594611e469313314abd1e59524adb4a;hp=6390adf48f4e9d89a2105c904c0cd0d9cd368731;hpb=12fb894dc5b4b0a07ec355ff8eb959102755b470;p=lyx.git diff --git a/src/Floating.h b/src/Floating.h index 6390adf48f..2f0e5270f6 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -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;