]> git.lyx.org Git - features.git/blobdiff - src/buffer_funcs.h
* Change several freestanding and class methods with first letter
[features.git] / src / buffer_funcs.h
index 4d6d71e899095a34d9c408914b94fa8c112e703d..d2453780e35eef96dc5db0e21ba6652d2749aeee 100644 (file)
@@ -36,7 +36,7 @@ Buffer * newFile(std::string const & filename, std::string const & templatename,
                 bool isNamed = false);
 
 ///return the format of the buffer on a string
-std::string const BufferFormat(Buffer const & buffer);
+std::string const bufferFormat(Buffer const & buffer);
 ///
 void bufferErrors(Buffer const &, TeXErrors const &);
 ///