]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetbutton.h
index 23f4e73f6a5e8457935924976b593030be4d916a..48d76b7165cec439d13bd2ffa7396f7280b94e56 100644 (file)
@@ -1,13 +1,15 @@
 // -*- C++ -*-
-/* This file is part of*
- * ====================================================== 
+/**
+ * \file insetbutton.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *      
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 2000-2001 The LyX Team.
+ * \author Asger Alstrup Nielsen
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_BUTTON_H
 #define INSET_BUTTON_H
@@ -34,8 +36,7 @@ public:
 
 protected:
        /// This should provide the text for the button
-       virtual string const getScreenLabel() const = 0;
+       virtual string const getScreenLabel(Buffer const *) const = 0;
 };
 
 #endif
-