diff options
Diffstat (limited to 'source/windowing/StarTabSet.cpp')
-rw-r--r-- | source/windowing/StarTabSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarTabSet.cpp b/source/windowing/StarTabSet.cpp index b968feb..a764cec 100644 --- a/source/windowing/StarTabSet.cpp +++ b/source/windowing/StarTabSet.cpp @@ -86,7 +86,7 @@ size_t TabSetWidget::selectedTab() const { } void TabSetWidget::setCallback(WidgetCallbackFunc callback) { - m_callback = move(callback); + m_callback = std::move(callback); } } |