get rid of compiler warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37461 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-02-03 15:51:01 +00:00
parent bf51d32030
commit e1d54c4ffa

View File

@ -195,7 +195,7 @@ docstring complexLabel(Buffer const & buffer,
// One day, these might be tunable (as they are in BibTeX). // One day, these might be tunable (as they are in BibTeX).
char op, cp; // opening and closing parenthesis. 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) { if (engine == ENGINE_BASIC) {
op = '['; op = '[';
cp = ']'; cp = ']';