]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetref.h
index 2a60b2a65510a41284d2f7c838d228bbf16462cd..886c87710462b220ed44a98420e6fa4aad039eb7 100644 (file)
@@ -3,9 +3,9 @@
  * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1997 LyX Team (this file was created this year)
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_REF_H
@@ -19,7 +19,7 @@
 
 struct LaTeXFeatures;
 
-/** The reference inset  
+/** The reference inset
  */
 class InsetRef : public InsetCommand {
 public:
@@ -44,14 +44,16 @@ public:
                return new InsetRef(params(), buffer, same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::REF_CODE; }
        ///
        void edit(BufferView *, int, int, unsigned int);
-        ///
+       ///
+       void edit(BufferView * bv, bool front = true);
+       ///
        bool display() const { return false; }
        ///
        int latex(Buffer const *, std::ostream &,
@@ -61,7 +63,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 private: