]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected my wrong application of patch
authorJulian Smart <julian@anthemion.co.uk>
Thu, 4 Jul 2002 19:08:39 +0000 (19:08 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 4 Jul 2002 19:08:39 +0000 (19:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp

index 13c896c00e4f0b54dbeed5f71eea6f872cd1d20f..84b8ede60f579404dcd573548ecf6d7c495179c3 100644 (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 );
index 13c896c00e4f0b54dbeed5f71eea6f872cd1d20f..84b8ede60f579404dcd573548ecf6d7c495179c3 100644 (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 );