]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
use ParagraphList::iterator a bit more
[lyx.git] / src / lyx_cb.h
index 5db5524967b7d090a47577aee8ef1d8bc077045e..ce4220728beda1ecae5b47d8e5f9e13639cb2d43 100644 (file)
@@ -33,7 +33,7 @@ void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
 string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif