From 937de4d880ca903edbd770d16d188a35fbf86981 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 15 Nov 2008 17:40:05 +0000 Subject: [PATCH] fix constness of string literals git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27467 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCitation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCitation.cpp b/src/insets/InsetCitation.cpp index 597131aed3..da075faf0b 100644 --- a/src/insets/InsetCitation.cpp +++ b/src/insets/InsetCitation.cpp @@ -194,7 +194,7 @@ docstring complexLabel(Buffer const & buffer, // One day, these might be tunable (as they are in BibTeX). char op, cp; // opening and closing parenthesis. - char * sep; // punctuation mark separating citation entries. + const char * sep; // punctuation mark separating citation entries. if (engine == ENGINE_BASIC) { op = '['; cp = ']'; -- 2.39.2