Fix typo in include/wx/generic/private/richtooltip.h header guard.
A wrong symbol was being defined. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4e15d1caa0
commit
fce37f88fc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_GENERIC_PRIVATE_RICHTOOLTIP_H_
|
||||
#define _GENERIC_PRIVATE_RICHTOOLTIP_H_
|
||||
#define _WX_GENERIC_PRIVATE_RICHTOOLTIP_H_
|
||||
|
||||
#include "wx/icon.h"
|
||||
#include "wx/colour.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue