corrected warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user