X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/696f36b70dc953773edd68e26a82f8258432fdf5..74698d3a22d5e611bbcd731a3ade616c66cfaca6:/src/gtk1/dcclient.cpp diff --git a/src/gtk1/dcclient.cpp b/src/gtk1/dcclient.cpp index 13c896c00e..84b8ede60f 100644 --- a/src/gtk1/dcclient.cpp +++ b/src/gtk1/dcclient.cpp @@ -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 );