X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b1a66bb689ec080da5b95e9b2ae991af063d31d..b733a0174af157ce8c8869e3db17a353d9425483:/src/common/dcgraph.cpp diff --git a/src/common/dcgraph.cpp b/src/common/dcgraph.cpp index 923bbe2793..d6e6112d96 100644 --- a/src/common/dcgraph.cpp +++ b/src/common/dcgraph.cpp @@ -67,6 +67,10 @@ wxGCDC::wxGCDC() : { } +wxGCDC::~wxGCDC() +{ +} + wxGraphicsContext* wxGCDC::GetGraphicsContext() { if (!m_pimpl) return NULL;