]> git.lyx.org Git - features.git/blobdiff - src/toc.C
* Change several freestanding and class methods with first letter
[features.git] / src / toc.C
index c3407a678b8c1c5ef5b97f979f1e7d5c4019fabf..7759f4cfaff4e024659701af0aacd72ffbf707e3 100644 (file)
--- a/src/toc.C
+++ b/src/toc.C
@@ -166,7 +166,7 @@ void asciiTocList(string const & type, Buffer const & buffer, ostream & os)
 }
 
 
-void Outline(OutlineOp mode, Buffer * buf, pit_type & pit)
+void outline(OutlineOp mode, Buffer * buf, pit_type & pit)
 {
        ParagraphList & pars = buf->text().paragraphs();
        ParagraphList::iterator bgn = pars.begin();