]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcgraph.cpp
fix unused variables and parameters warnings
[wxWidgets.git] / src / common / dcgraph.cpp
index 923bbe279318457798d5439dd1212dd3bd233e54..d6e6112d967aba7da3fb67b5f24c0612de28c79d 100644 (file)
@@ -67,6 +67,10 @@ wxGCDC::wxGCDC() :
 {
 }
 
+wxGCDC::~wxGCDC()
+{
+}
+
 wxGraphicsContext* wxGCDC::GetGraphicsContext()
 {
     if (!m_pimpl) return NULL;