]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetbutton.h
index 23f4e73f6a5e8457935924976b593030be4d916a..5a9c17e1d8bcf17f02db6a03d88937e66583d4b8 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of*
- * ====================================================== 
+ * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 2000-2001 The LyX Team.
  *
@@ -34,8 +34,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
-