Source markup fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: fontenum.h
|
||||
// Name: wx/msw/fontenum.h
|
||||
// Purpose: wxFontEnumerator class for Windows
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
@@ -9,8 +9,8 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_FONTENUM_H_
|
||||
#define _WX_FONTENUM_H_
|
||||
#ifndef _WX_FONTENUM_MSW_H_
|
||||
#define _WX_FONTENUM_MSW_H_
|
||||
|
||||
/*
|
||||
* wxFontEnumerator: for gathering font information
|
||||
@@ -37,5 +37,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
// _WX_FONTENUM_H_
|
||||
|
||||
// _WX_FONTENUM_MSW_H_
|
||||
|
Reference in New Issue
Block a user