]> git.lyx.org Git - lyx.git/commitdiff
Cosmetic.
authorRichard Heck <rgheck@comcast.net>
Sun, 24 Feb 2008 23:21:39 +0000 (23:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 24 Feb 2008 23:21:39 +0000 (23:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23204 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.cpp

index c596ca4ad61181b599d575d9e3edafd2f308eaef..77b0ff2faeac8985449de5e0bb33ae61cd6daf0d 100644 (file)
@@ -392,8 +392,8 @@ docstring grabAndEraseSelection(Cursor & cur)
 }
 
 
-void switchBetweenClasses(TextClassPtr const & oldone, 
-       TextClassPtr const & newone, InsetText & in, ErrorList & errorlist)
+void switchBetweenClasses(TextClassPtr oldone, TextClassPtr newone, 
+               InsetText & in, ErrorList & errorlist)
 {
        errorlist.clear();