Warning fix, minor source cleaning and better !PCH support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-24 14:04:31 +00:00
parent 60decce547
commit 623d5f8002
3 changed files with 22 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////////
// Name: msw/tooltip.h
// Name: wx/msw/tooltip.h
// Purpose: wxToolTip class - tooltip control
// Author: Vadim Zeitlin
// Modified by:
@@ -14,6 +14,8 @@
#include "wx/object.h"
class WXDLLIMPEXP_CORE wxWindow;
class WXDLLEXPORT wxToolTip : public wxObject
{
public: