cc_draw: remove 'virtual' from hasChanges()

Makes problems with thread handling


Origin commit data
------------------
Commit: a4ec79e615
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
2019-10-27 22:56:49 +01:00
committed by vanhofen
parent 38fa9cc8b0
commit 39dfa161f2

View File

@@ -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