X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..0159d534634fb2a64687efc25812676c99ac9295:/interface/wx/gauge.h diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index d617d7489b..82f0ecfa6c 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -8,7 +8,6 @@ /** @class wxGauge - @wxheader{gauge.h} A gauge is a horizontal or vertical bar which shows a quantity (often time). @@ -80,7 +79,7 @@ public: /** Destructor, destroying the gauge. */ - ~wxGauge(); + virtual ~wxGauge(); /** Creates the gauge for two-step construction. See wxGauge() for further @@ -139,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.