fix char -> int, to allow check with -1, some build systems fail

to make char a signed char
fix unused variable
removed duplicate header files in Gwen/Controls/Layout
This commit is contained in:
Erwin Coumans
2016-03-31 12:50:10 -07:00
parent 6c0ef7e597
commit d2793ec5c0
6 changed files with 2 additions and 730 deletions

View File

@@ -52,7 +52,7 @@ namespace Gwen
float m_fVVal;
int m_fBarSize;
char m_iZoomedSection;
int m_iZoomedSection;
Gwen::Event::Caller onZoomed;
Gwen::Event::Caller onUnZoomed;