X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98fbab9e7bf70ee8af44a78ea2a1d2cbb406880a..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/ownerdrw.h diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 242f508193..2c0fae9858 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: ownerdrw.h +// Name: wx/ownerdrw.h // Purpose: interface for owner-drawn GUI elements // Author: Vadim Zeitlin // Modified by: Marcin Malich @@ -19,6 +19,8 @@ #include "wx/font.h" #include "wx/colour.h" +class WXDLLIMPEXP_FWD_CORE wxDC; + // ---------------------------------------------------------------------------- // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn // behaviour