X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimationeventobserver.h;h=b1d57e97ad8bfb56192047093f3ff216665417a4;hp=1eafc4d206c89c32b20245300043c154fcee10ee;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/animation/animationeventobserver.h b/source/animation/animationeventobserver.h index 1eafc4d2..b1d57e97 100644 --- a/source/animation/animationeventobserver.h +++ b/source/animation/animationeventobserver.h @@ -12,9 +12,9 @@ class Placeable; class AnimationEventObserver { protected: - AnimationEventObserver() { } + AnimationEventObserver() = default; public: - virtual ~AnimationEventObserver() { } + virtual ~AnimationEventObserver() = default; virtual void animation_event(Placeable *, const std::string &, const Variant &) { } };