diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-31 13:26:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-31 14:07:54 +0300 |
commit | 2e1cafaf66f05b172d038feb721e646f5f6bed49 (patch) | |
tree | ac17a1d6b7be6f140aa41baef232c9f536855ac0 /include/comphelper/profilezone.hxx | |
parent | 7cc22cb0698a8524538f44975305eee51f0b31fe (diff) |
Bin fairly pointless default for parameter that was defaulted just once anyway
Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6
Diffstat (limited to 'include/comphelper/profilezone.hxx')
-rw-r--r-- | include/comphelper/profilezone.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/profilezone.hxx b/include/comphelper/profilezone.hxx index 7c278294cb38..764601682f05 100644 --- a/include/comphelper/profilezone.hxx +++ b/include/comphelper/profilezone.hxx @@ -24,7 +24,7 @@ namespace comphelper namespace ProfileRecording { -COMPHELPER_DLLPUBLIC void startRecording(bool bRecording = true); +COMPHELPER_DLLPUBLIC void startRecording(bool bRecording); COMPHELPER_DLLPUBLIC long long addRecording(const char * aProfileId, long long aCreateTime); |