Martin Vermeer <[EMAIL PROTECTED]> writes:
| Index: FormMathsDelim.C
| ===================================================================
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormMathsDelim.C,v
| retrieving revision 1.44
| diff -u -p -r1.44 FormMathsDelim.C
| --- FormMathsDelim.C 15 Sep 2003 10:59:55 -0000 1.44
| +++ FormMathsDelim.C 24 Oct 2003 14:18:52 -0000
| @@ -31,11 +31,14 @@ using std::ostringstream;
| #include "delim1.xpm"
|
|
| +namespace {
| +
| static int const delim_rversion[] = {
| 1,1,3,3,4,5,7,7,9,9,10,11,
| -
| +13,13,15,15,16,17,19,19,20,21,22
| };
indentation looks strange.
| -
| +static int const delim_size =
| + sizeof(delim_rversion) / sizeof(delim_rversion[0]);
|
| static char const * delim_values[] = {
| "(", ")", "lceil", "rceil", "uparrow", "Uparrow",
| @@ -45,6 +48,8 @@ static char const * delim_values[] = {
| };
|
|
| +} // namespace anon
| +
Loose the static.
--
Lgb