mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
bf51d32030
commit
e1d54c4ffa
@ -195,7 +195,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 = ']';
|
||||
|
Loading…
Reference in New Issue
Block a user