aboutsummaryrefslogtreecommitdiff
path: root/devel/wftk/files/patch-wftk::timer.h
blob: 7fc5b055ba8da0bb81e0caaa1ff754443649036c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wftk/timer.h.orig	Sat May  7 23:58:33 2005
+++ wftk/timer.h	Sun May  8 00:03:52 2005
@@ -184,7 +184,7 @@
   static std::set<Timer*> runningTimers_;
 
   typedef Application::FloatingEvent<Timer> BaseEvent;
-  friend class BaseEvent;
+  friend class Application::FloatingEvent<Timer>;
   class Event : public BaseEvent
   {
    public: