Author: manolo
Date: 2012-04-09 02:19:58 -0700 (Mon, 09 Apr 2012)
New Revision: 9333
Log:
Removed compilation warnings.
Modified:
branches/branch-3.0/include/fltk3/TextEditor.h
Modified: branches/branch-3.0/include/fltk3/TextEditor.h
===================================================================
--- branches/branch-3.0/include/fltk3/TextEditor.h 2012-04-09 09:17:27 UTC
(rev 9332)
+++ branches/branch-3.0/include/fltk3/TextEditor.h 2012-04-09 09:19:58 UTC
(rev 9333)
@@ -40,7 +40,7 @@
namespace fltk3 {
// key will match in any state
- const unsigned int TEXT_EDITOR_ANY_STATE = -1L;
+ const unsigned int TEXT_EDITOR_ANY_STATE = (unsigned)(-1);
/**
This is the FLTK text editor widget. It allows the user to
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit