diff options
Diffstat (limited to 'coreengine/viewelement.h')
-rw-r--r-- | coreengine/viewelement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreengine/viewelement.h b/coreengine/viewelement.h index fb5e7dd..fa7c4cc 100644 --- a/coreengine/viewelement.h +++ b/coreengine/viewelement.h @@ -43,6 +43,7 @@ protected: void InheritTokenContainerDeep(void); virtual bool DoScroll(void) { return true; }; cPoint ShiftStart(cRect &shiftbox); + void StopAnimation(void); public: cViewElement(void); cViewElement(const cViewElement &other); |