summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbaapplicationbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbaapplicationbase.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbaapplicationbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
index b7c6b9a3c0ef..32bb5469e885 100644
--- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx
+++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
@@ -156,7 +156,7 @@ struct VbaApplicationBase_Impl final
VbaTimerHashMap m_aTimerHash;
bool mbVisible;
- inline VbaApplicationBase_Impl() : mbVisible( true ) {}
+ VbaApplicationBase_Impl() : mbVisible( true ) {}
~VbaApplicationBase_Impl()
{