Corrected my wrong application of patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-07-04 19:08:39 +00:00
parent 0ef2ebbafc
commit f6116855f0
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ static void wxInitGCPool()
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 );

View File

@@ -203,7 +203,7 @@ static void wxInitGCPool()
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 );