Use forward-declaration macro to avoid compiler warnings
This commit is contained in:
parent
3a9fc640e4
commit
49605bc5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef _WX_GTK_TOPLEVEL_H_
|
||||
#define _WX_GTK_TOPLEVEL_H_
|
||||
|
||||
class WXDLLIMPEXP_CORE wxGUIEventLoop;
|
||||
class WXDLLIMPEXP_FWD_CORE wxGUIEventLoop;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxTopLevelWindowGTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue