]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dc.cpp
added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips...
[wxWidgets.git] / src / mgl / dc.cpp
index c3026cb75e1c0a58735631d895aec6dc4e2c95c8..d26d4684f63150b76ec0031578d0fbad36bc2cae 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/dc.h"
     #include "wx/dcmemory.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/fontutil.h"
 #include "wx/encinfo.h"
 #include "wx/fontmap.h"
 #include "wx/mgl/private.h"
-#include "wx/log.h"
 
 #include <string.h>
 #include <mgraph.hpp>