mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Using standard library instead of std_ namespace.
Currently tested only in VS2015.
This commit is contained in:
@@ -48,7 +48,7 @@ void SectionWidget::showAnimated(SlideDirection direction, const SectionSlidePar
|
||||
hideChildren();
|
||||
showAnimatedHook();
|
||||
|
||||
_showAnimation = std_::make_unique<SlideAnimation>();
|
||||
_showAnimation = std::make_unique<SlideAnimation>();
|
||||
_showAnimation->setDirection(direction);
|
||||
_showAnimation->setRepaintCallback([this] { update(); });
|
||||
_showAnimation->setFinishedCallback([this] { showFinished(); });
|
||||
|
Reference in New Issue
Block a user