]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
InsetArgument: Set ResetsFontEdit to false
[lyx.git] / src / support / lstrings.h
index 4845bc6120db9fa922301e7a56c5e508357c4008..2606546fa05ce3c29cdb5c0c47341e83e1fd814c 100644 (file)
@@ -188,6 +188,9 @@ std::string const subst(std::string const & a,
 docstring const subst(docstring const & a,
                docstring const & oldstr, docstring const & newstr);
 
+/// Count all occurences of char \a chr inside \a str
+int count_char(std::string const & str, char chr);
+
 /// Count all occurences of char \a chr inside \a str
 int count_char(docstring const & str, docstring::value_type chr);