]> Dogcows Code - chaz/openbox/blobdiff - otk/timer.hh
remove the old blackbox bullshit
[chaz/openbox] / otk / timer.hh
index e982d82bb4fa56c4313912eb8aa3baec8adc45c0..0ca8be8d83af025e12c44da48b6c5b255f4b4c05 100644 (file)
@@ -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<Timer*, std::vector<Timer*>, TimerCompare> TimerQ;
This page took 0.020238 seconds and 4 git commands to generate.