X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91af089567c5e13a408f1c529f6830d12cdc6c4e..c00fed0ef4d70c9b45d9b8405f636d30eadb7ea6:/src/gtk1/tglbtn.cpp?ds=inline diff --git a/src/gtk1/tglbtn.cpp b/src/gtk1/tglbtn.cpp index cf8a289b9e..d8696cb8a5 100644 --- a/src/gtk1/tglbtn.cpp +++ b/src/gtk1/tglbtn.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/tglbtn.cpp +// Name: wx/gtk1/tglbtn.cpp // Purpose: Definition of the wxToggleButton class, which implements a // toggle button under wxGTK. // Author: John Norris, minor changes by Axel Schlueter @@ -18,7 +18,7 @@ #if wxUSE_TOGGLEBTN -#include "wx/gtk/private.h" +#include "wx/gtk1/private.h" extern void wxapp_install_idle_handler(); extern bool g_isIdle;