summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/asyncfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/asyncfunc.hxx')
-rw-r--r--sfx2/source/inc/asyncfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/asyncfunc.hxx b/sfx2/source/inc/asyncfunc.hxx
index 7d4f409b86b3..708750baaf3b 100644
--- a/sfx2/source/inc/asyncfunc.hxx
+++ b/sfx2/source/inc/asyncfunc.hxx
@@ -19,7 +19,7 @@
class AsyncFunc final : public cppu::WeakImplHelper<css::lang::XUnoTunnel>
{
private:
- std::function<void()> const m_pAsyncFunc;
+ std::function<void()> m_pAsyncFunc;
public:
AsyncFunc(const std::function<void()>&);