projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make SaveFile and LoadFile virtual so they can be overridden
[wxWidgets.git]
/
src
/
gtk1
/
fontdlg.cpp
diff --git
a/src/gtk1/fontdlg.cpp
b/src/gtk1/fontdlg.cpp
index 741824b3515197b9c4165835227cdd89a28d6e26..8b5a91689f1e538f02cac476029eb65e475f3d80 100644
(file)
--- a/
src/gtk1/fontdlg.cpp
+++ b/
src/gtk1/fontdlg.cpp
@@
-17,11
+17,10
@@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/utils.h"
+ #include "wx/msgdlg.h"
#endif
#include "wx/fontutil.h"
-#include "wx/debug.h"
-#include "wx/msgdlg.h"
#include "wx/gtk1/private.h"