1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

refactor: use impl prefix for lwslog functions

This commit is contained in:
Falk Werner
2020-06-17 16:58:22 +02:00
parent 4abacef616
commit fa2b84352f
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ namespace
, provider(nullptr)
{
json_object_seed(0);
wfp_lwslog_disable();
wfp_impl_lwslog_disable();
}
protected: