mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 19:48:00 +00:00
fix raw pointer usage
This commit is contained in:
@@ -38,7 +38,7 @@ void LogStreamTest::testLogStream()
|
||||
{
|
||||
AutoPtr<TestChannel> pChannel = new TestChannel;
|
||||
Logger& root = Logger::root();
|
||||
root.setChannel(pChannel.get());
|
||||
root.setChannel(pChannel);
|
||||
|
||||
LogStream ls(root);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user