BC++ and Watcom C++ makefile and source fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-23 19:55:01 +00:00
parent 18c98e42ee
commit 4d85bcd1f5
13 changed files with 35 additions and 30 deletions

View File

@@ -114,6 +114,8 @@ enum wxFontEncoding
// wxFontBase represents a font object
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxFontRefData;
class wxFontBase : public wxGDIObject
{
public:
@@ -167,7 +169,7 @@ public:
protected:
// get the internal data
class WXDLLEXPORT wxFontRefData *GetFontData() const
wxFontRefData *GetFontData() const
{ return (wxFontRefData *)m_refData; }
private: