mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Add wxWindow forward declaration to wx/tipdlg.h
The class needs to be at least forward-declared before being used in the declarations here.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "wx/textfile.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxWindow;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTipProvider - a class which is used by wxTipDialog to get the text of the
|
||||
// tips
|
||||
|
||||
Reference in New Issue
Block a user