Scheduler/Console: Fix overload resolution order when adding parsed commands
[senf.git] / PPI / IdleEvent.hh
index 6a70510..51656ea 100644 (file)
@@ -56,7 +56,7 @@ namespace ppi {
 
         void cb();
         
-        unsigned id_;
+        scheduler::TimerEvent timer_;
     };
 
 }}