]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / CutAndPaste.h
index 39cae9788330da11c323725bd8ad49ed14b79cbf..9c4eeb72b041d3bd9f0c9369aaeb55b610b81764 100644 (file)
@@ -66,7 +66,7 @@ void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
  *  for a list of paragraphs beginning with the specified par.
  *  It changes layouts and character styles.
  */
-void SwitchBetweenClasses(lyx::textclass_type c1,
+void switchBetweenClasses(lyx::textclass_type c1,
                                lyx::textclass_type c2,
                                ParagraphList & par,
                                ErrorList &);