]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetInfo.h
index bac475866f8a38cc8ecce4d70e3f6b20d2707c39..797eb08ff78782a72c8b26b0bfd0fa72ce208f78 100644 (file)
@@ -75,8 +75,6 @@ the command buffer (view->Toolbar->Command Buffer).
 
 namespace lyx {
 
-/** Used to insert index labels
-  */
 class InsetInfo : public InsetCollapsable {
 public:
        enum info_type {
@@ -92,7 +90,7 @@ public:
        };
 
        ///
-       InsetInfo(Buffer const & buf, std::string const & info = std::string());
+       InsetInfo(Buffer * buf, std::string const & info = std::string());
        ///
        InsetCode lyxCode() const { return INFO_CODE; }
        ///
@@ -146,7 +144,6 @@ private:
 };
 
 
-
 } // namespace lyx
 
 #endif