]> 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 8c4393516fdd7f6494258b0d2e69a5c1a12c06b2..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
@@ -200,6 +200,6 @@ private:
        ViewMetricsInfo metrics(bool singlepar = false);
        /// Working variable indicating a full screen refresh
        mutable bool refresh_inside_;
-       
+
 };
 #endif // BUFFERVIEW_PIMPL_H