From 9b91f295bc9c1b10a304a078e43af3cdcf0d138e Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 19 Jan 2008 08:37:30 +0000 Subject: [PATCH] I have no clue how, but I managed to break ZNC :( *fix* git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@929 726aef4b-f618-498e-8847-2d620e286838 --- Utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utils.cpp b/Utils.cpp index b96c8135..a8eb90fd 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -19,6 +19,8 @@ using std::stringstream; +bool CUtils::stdoutIsTTY; + CUtils::CUtils() {} CUtils::~CUtils() {}