Minor cleanings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-15 07:40:12 +00:00
parent 41ab357ed9
commit c0089c96ec
8 changed files with 18 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: font.h
// Name: wx/msw/font.h
// Purpose: wxFont class
// Author: Julian Smart
// Modified by:
@@ -12,7 +12,7 @@
#ifndef _WX_FONT_H_
#define _WX_FONT_H_
#include <wx/gdicmn.h>
#include "wx/gdicmn.h"
// ----------------------------------------------------------------------------
// wxFont
@@ -154,5 +154,4 @@ private:
DECLARE_DYNAMIC_CLASS(wxFont)
};
#endif
// _WX_FONT_H_
#endif // _WX_FONT_H_