diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/profilezone.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/profilezone.hxx b/include/comphelper/profilezone.hxx index f1276e64cd67..0c0df2089c98 100644 --- a/include/comphelper/profilezone.hxx +++ b/include/comphelper/profilezone.hxx @@ -24,7 +24,8 @@ namespace comphelper { namespace ProfileRecording { -COMPHELPER_DLLPUBLIC void startRecording(bool bRecording); +COMPHELPER_DLLPUBLIC void startRecording(); +COMPHELPER_DLLPUBLIC void stopRecording(); COMPHELPER_DLLPUBLIC long long addRecording(const char* aProfileId, long long aCreateTime); |