Use forward-declaration macro to avoid compiler warnings

This commit is contained in:
Paul Cornett 2017-08-01 08:37:15 -07:00
parent 3a9fc640e4
commit 49605bc5a7

View File

@ -9,7 +9,7 @@
#ifndef _WX_GTK_TOPLEVEL_H_ #ifndef _WX_GTK_TOPLEVEL_H_
#define _WX_GTK_TOPLEVEL_H_ #define _WX_GTK_TOPLEVEL_H_
class WXDLLIMPEXP_CORE wxGUIEventLoop; class WXDLLIMPEXP_FWD_CORE wxGUIEventLoop;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxTopLevelWindowGTK // wxTopLevelWindowGTK