git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16041
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
static void wxCleanUpGCPool()
{
static void wxCleanUpGCPool()
{
- for (int i = 0; i < GC_POOL_SIZE; i++)
+ for (int i = 0; i < wxGCPoolSize; i++)
{
if (wxGCPool[i].m_gc)
gdk_gc_unref( wxGCPool[i].m_gc );
{
if (wxGCPool[i].m_gc)
gdk_gc_unref( wxGCPool[i].m_gc );
static void wxCleanUpGCPool()
{
static void wxCleanUpGCPool()
{
- for (int i = 0; i < GC_POOL_SIZE; i++)
+ for (int i = 0; i < wxGCPoolSize; i++)
{
if (wxGCPool[i].m_gc)
gdk_gc_unref( wxGCPool[i].m_gc );
{
if (wxGCPool[i].m_gc)
gdk_gc_unref( wxGCPool[i].m_gc );