Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: mac/tooltip.h
|
||||
// Name: wx/mac/carbon/tooltip.h
|
||||
// Purpose: wxToolTip class - tooltip control
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
@@ -12,6 +12,9 @@
|
||||
#ifndef _WX_MAC_TOOLTIP_H_
|
||||
#define _WX_MAC_TOOLTIP_H_
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/event.h"
|
||||
|
||||
class wxToolTip : public wxObject
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user