| Index: src/plugin/PluginDebug.h |
| =================================================================== |
| --- a/src/plugin/PluginDebug.h |
| +++ b/src/plugin/PluginDebug.h |
| @@ -17,13 +17,13 @@ |
| #if (defined ENABLE_DEBUG_RESULT) |
| static void DebugResult(const CString& text); |
| static void DebugResultDomain(const CString& domain); |
| - static void DebugResultBlocking(const CString& type, const CString& src, const std::wstring& domain); |
| + static void DebugResultBlocking(const CString& type, const std::wstring& src, const std::wstring& domain); |
| static void DebugResultHiding(const CString& tag, const CString& id, const CString& filter); |
| static void DebugResultClear(); |
| #endif |
| #if (defined ENABLE_DEBUG_RESULT_IGNORED) |
| - static void DebugResultIgnoring(const CString& type, const CString& src, const std::wstring& domain); |
| + static void DebugResultIgnoring(const CString& type, const std::wstring& src, const std::wstring& domain); |
| #endif |
| }; |