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;