X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbutton.h;h=23f4e73f6a5e8457935924976b593030be4d916a;hb=487f6eb3b43746460d090f643cd1e39f2d93a74b;hp=7176769d71bdda243aa11d7603b06d190d0a2fdd;hpb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;p=lyx.git diff --git a/src/insets/insetbutton.h b/src/insets/insetbutton.h index 7176769d71..23f4e73f6a 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,7 +16,7 @@ #pragma interface #endif -#include "lyxinset.h" +#include "inset.h" #include "LString.h" /** Used to provide an inset that looks like a button. @@ -34,7 +34,7 @@ public: protected: /// This should provide the text for the button - virtual string getScreenLabel() const = 0; + virtual string const getScreenLabel() const = 0; }; #endif