Don't allow users to instantiate the StreamLogger class

fixes #8823
This commit is contained in:
Gunnar Beutner 2015-03-20 08:16:10 +01:00
parent 16ef84fd35
commit 5588b8ed75
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace icinga
{
class StreamLogger : Logger
abstract class StreamLogger : Logger
{
};