From: Dana Jansens Date: Thu, 23 Jan 2003 02:24:19 +0000 (+0000) Subject: give access to _timeout for shitty compilers in TimerCompare X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c4427cc1f338a6b754038929e0ec78e8148e04b0;p=chaz%2Fopenbox give access to _timeout for shitty compilers in TimerCompare --- diff --git a/otk/timer.hh b/otk/timer.hh index e982d82b..0ca8be8d 100644 --- a/otk/timer.hh +++ b/otk/timer.hh @@ -42,6 +42,7 @@ private: return timercmp(&a->_timeout, &b->_timeout, >); } }; + friend struct TimerCompare; // give access to _timeout for shitty compilers typedef std::priority_queue, TimerCompare> TimerQ;