Index: include/AdblockPlus/LogSystem.h |
diff --git a/include/AdblockPlus/LogSystem.h b/include/AdblockPlus/LogSystem.h |
index 6a71d5cfa98daf9390825e913143bf9f5b54f436..ec160cac9e7d7dde04299e6330e8ec9adc00698d 100644 |
--- a/include/AdblockPlus/LogSystem.h |
+++ b/include/AdblockPlus/LogSystem.h |
@@ -50,7 +50,7 @@ namespace AdblockPlus |
/** |
* Shared smart pointer to a `LogSystem` instance. |
hub
2017/07/26 16:33:19
nit: it is no longer shared
sergei
2017/07/26 16:49:29
Done.
|
*/ |
- typedef std::shared_ptr<LogSystem> LogSystemPtr; |
+ typedef std::unique_ptr<LogSystem> LogSystemPtr; |
} |
#endif |