summaryrefslogtreecommitdiff
path: root/sal/workben/measure_oustrings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/measure_oustrings.cxx')
-rw-r--r--sal/workben/measure_oustrings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/measure_oustrings.cxx b/sal/workben/measure_oustrings.cxx
index 0a4eb45b09f2..eeca8ccf2906 100644
--- a/sal/workben/measure_oustrings.cxx
+++ b/sal/workben/measure_oustrings.cxx
@@ -54,7 +54,7 @@ private:
const char *m_pMessage;
sal_uInt32 m_nStartTime, m_nEndTime;
public:
- TimerMeasure(const char *pMessage)
+ explicit TimerMeasure(const char *pMessage)
: m_pMessage(pMessage)
{
m_nStartTime = osl_getGlobalTimer();