From ca593d62bf9f5adecfc9ce49f65330479af6b61b Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 22 Apr 2018 20:12:32 +0300 Subject: [PATCH] Add namespace end marker --- Telegram/SourceFiles/ui/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/animation.h b/Telegram/SourceFiles/ui/animation.h index 5eda4ac86..8d93daaf8 100644 --- a/Telegram/SourceFiles/ui/animation.h +++ b/Telegram/SourceFiles/ui/animation.h @@ -430,7 +430,7 @@ QPainterPath path(QPointF (&from)[N]) { bool Disabled(); void SetDisabled(bool disabled); -}; +} // anim namespace class BasicAnimation;