From 8bffcd08c26ab977d908b119a9a41a6ce9887b64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 27 Mar 2011 17:23:39 +0000 Subject: [PATCH] Renamed wx/gtk/private/compat.h to gtk2-compat.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/private.h | 2 +- include/wx/gtk/private/{compat.h => gtk2-compat.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/wx/gtk/private/{compat.h => gtk2-compat.h} (100%) diff --git a/include/wx/gtk/private.h b/include/wx/gtk/private.h index 00f2c9f759..c1a8c66f6e 100644 --- a/include/wx/gtk/private.h +++ b/include/wx/gtk/private.h @@ -15,7 +15,7 @@ #include #include "wx/gtk/private/string.h" -#include "wx/gtk/private/compat.h" +#include "wx/gtk/private/gtk2-compat.h" // pango_version_check symbol is quite recent ATM (4/2007)... so we // use our own wrapper which implements a smart trick. diff --git a/include/wx/gtk/private/compat.h b/include/wx/gtk/private/gtk2-compat.h similarity index 100% rename from include/wx/gtk/private/compat.h rename to include/wx/gtk/private/gtk2-compat.h -- 2.45.2