]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dc.h
use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInstance() (#9868)
[wxWidgets.git] / interface / wx / dc.h
index 107cc0605886a7199b65e3963270b091e61df7af..ab5adfc09ea9410534f379a10bae73b9bb19164a 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDC
-    @wxheader{dc.h}
 
     A wxDC is a @e "device context" onto which graphics and text can be drawn.
     It is intended to represent different output devices and offers a common
@@ -1101,7 +1100,6 @@ public:
 
 /**
     @class wxDCClipper
-    @wxheader{dc.h}
 
     wxDCClipper is a small helper class for setting a clipping region on a wxDC
     and unsetting it automatically. An object of wxDCClipper class is typically