]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix #1736
[lyx.git] / src / paragraph.h
index 58f25960f6bdd2b7fd77e6e50f4594b1fa490f8c..1508779b4754a5dc5d060af300e1d7bd2bd10e2f 100644 (file)
@@ -133,7 +133,8 @@ public:
        bool Paragraph::emptyTag() const;
 
        /// Get the id of the paragraph, usefull for docbook and linuxdoc
-       std::string getID() const;
+       std::string getID(Buffer const & buf,
+                         OutputParams const & runparams) const;
 
        // Get the first word of a paragraph, return the position where it left
        lyx::pos_type getFirstWord(Buffer const & buf,