X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..2a8312bced9d3f3415383a79a15cad2acf447b7e:/interface/wx/gauge.h?ds=sidebyside diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index 2cb391e1b2..82f0ecfa6c 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -79,7 +79,7 @@ public: /** Destructor, destroying the gauge. */ - ~wxGauge(); + virtual ~wxGauge(); /** Creates the gauge for two-step construction. See wxGauge() for further @@ -138,7 +138,7 @@ public: undefined and thus you need to explicitely call SetValue() if you want to restore the determinate mode. */ - void Pulse(); + virtual void Pulse(); /** Sets the 3D bezel face width.