summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 06:38:56 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 06:38:56 +0000
commitaee185758d5a494dd5a5b6349d1a82febb30dca0 (patch)
treef051438fb9916af1d0e7d5c5f4fb35bd54dbd835 /src/log.h
parentadded signal controller (console control handler) to windows (diff)
fixed signalController on unix
added anytunError
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 6550b10..56ca5ae 100644
--- a/src/log.h
+++ b/src/log.h
@@ -85,7 +85,7 @@ private:
std::stringstream stream;
};
-class Log : public std::ostringstream
+class Log
{
public:
#ifdef LOG_SYSLOG