Fix compilation problem

This commit is contained in:
mnt 2016-05-12 12:51:15 +03:00
parent bc95c31002
commit 85d416c7e5

View File

@ -83,6 +83,8 @@
#ifdef _DEBUG_
static int MYDEBUG = 0;
#else
static int MYDEBUG = 0;
#endif
static int aLineWidthInc = 2;