diff --git a/src/gui/components/cc_draw.h b/src/gui/components/cc_draw.h index adde073a3..9b8151743 100644 --- a/src/gui/components/cc_draw.h +++ b/src/gui/components/cc_draw.h @@ -97,7 +97,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes bool shadow_force; ///returns true if internal property was changed - virtual bool hasChanges(); + bool hasChanges(); ///apply current position changes and returns true if internal values were changed bool applyPosChanges(); ///apply current dimension changes and returns true if internal values were changed