corrected warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-07-14 13:21:23 +00:00
parent 32f1f0837e
commit dda2e4fdca
3 changed files with 19 additions and 19 deletions

View File

@@ -36,9 +36,9 @@
#ifdef __WXMSW__
const int MAX_LINE_BUFFER_SIZE = 600;
const unsigned long MAX_LINE_BUFFER_SIZE = 600;
#else
const int MAX_LINE_BUFFER_SIZE = 11000;
const unsigned long MAX_LINE_BUFFER_SIZE = 11000;
#endif
class TexMacroDef: public wxObject