summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAdmin.h')
-rw-r--r--src/WebAdmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h
index a57ad1a9c..682c533b2 100644
--- a/src/WebAdmin.h
+++ b/src/WebAdmin.h
@@ -140,7 +140,7 @@ public:
m_Title(a_Title),
m_UrlPath(a_UrlPath),
m_PluginName(a_PluginName),
- m_Callback(a_Callback)
+ m_Callback(std::move(a_Callback))
{
}
};