]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / BufferView_pimpl.h
index c1dd583214652f3cd64bf8707af3c5cc4a49b4b7..7c14f6c9e43f6213a0161146fa8f1792f29ef1b7 100644 (file)
@@ -179,7 +179,7 @@ private:
        ///
        std::vector<Position> saved_positions;
        ///
-       void MenuInsertLyXFile(std::string const & filen);
+       void menuInsertLyXFile(std::string const & filen);
        /// our workarea
        WorkArea & workarea() const;
        /// this is used to handle XSelection events in the right manner