use int instead of size_t for a couple member variables
authorPaul Cornett <paulcor@bullseye.com>
Fri, 25 Nov 2011 00:52:24 +0000 (00:52 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 25 Nov 2011 00:52:24 +0000 (00:52 +0000)
commit46a1983ae4a56bfa64b7dcc171f7d996cd980d8c
tree51d89223f6003eaf8707c6f21e3e9b5336f82909
parent6cdab3b4982893a05e863e7887acbe2d2cbe2d0f
use int instead of size_t for a couple member variables
it's simpler, and there is no point in using size_t anyway since they are assigned from ints

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/region.h
src/gtk/region.cpp