X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbutton.h;h=26e2952e713c7d74d21f9899f526a3b17ce7a9ae;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=5ef251fc697a1b5aeab4e16436f0048a07b12660;hpb=666140b7f20ad45d69b6c8aad25ae37f79ef03b1;p=lyx.git diff --git a/src/insets/insetbutton.h b/src/insets/insetbutton.h index 5ef251fc69..26e2952e71 100644 --- a/src/insets/insetbutton.h +++ b/src/insets/insetbutton.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 2000 The LyX Team. + * Copyright 2000-2001 The LyX Team. * * ====================================================== */ @@ -16,16 +16,13 @@ #pragma interface #endif -#include "lyxinset.h" +#include "inset.h" #include "LString.h" /** Used to provide an inset that looks like a button. */ class InsetButton: public Inset { public: - /// - InsetButton(); - /// int ascent(BufferView *, LyXFont const &) const; /// @@ -37,8 +34,7 @@ public: protected: /// This should provide the text for the button - virtual string getScreenLabel() const = 0; + virtual string const getScreenLabel(Buffer const *) const = 0; }; #endif -