projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement wxDataViewTreeStore::DeleteAllItems().
[wxWidgets.git]
/
include
/
wx
/
fontmap.h
diff --git
a/include/wx/fontmap.h
b/include/wx/fontmap.h
index 3d86a887ea7914b6d867aa2cfbd673baafbe85d6..98a799a12b3284fecbb9e881d1265e6c55aa1f55 100644
(file)
--- a/
include/wx/fontmap.h
+++ b/
include/wx/fontmap.h
@@
-25,13
+25,13
@@
#endif // wxUSE_GUI
#if wxUSE_CONFIG && wxUSE_FILECONFIG
#endif // wxUSE_GUI
#if wxUSE_CONFIG && wxUSE_FILECONFIG
- class WXDLLIMPEXP_BASE wxConfigBase;
+ class WXDLLIMPEXP_
FWD_
BASE wxConfigBase;
#endif // wxUSE_CONFIG
#endif // wxUSE_CONFIG
-class WXDLLIMPEXP_CORE wxFontMapper;
+class WXDLLIMPEXP_
FWD_
CORE wxFontMapper;
#if wxUSE_GUI
#if wxUSE_GUI
- class WXDLLIMPEXP_CORE wxWindow;
+ class WXDLLIMPEXP_
FWD_
CORE wxWindow;
#endif // wxUSE_GUI
// ============================================================================
#endif // wxUSE_GUI
// ============================================================================
@@
-170,7
+170,7
@@
private:
friend class wxFontMapperPathChanger;
friend class wxFontMapperPathChanger;
- DECLARE_NO_COPY_CLASS(wxFontMapperBase)
+ wxDECLARE_NO_COPY_CLASS(wxFontMapperBase);
};
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------
@@
-264,7
+264,7
@@
protected:
wxWindow *m_windowParent;
private:
wxWindow *m_windowParent;
private:
- DECLARE_NO_COPY_CLASS(wxFontMapper)
+ wxDECLARE_NO_COPY_CLASS(wxFontMapper);
};
#endif // wxUSE_GUI
};
#endif // wxUSE_GUI