friend != decl

This commit is contained in:
espie 2010-05-22 12:02:28 +00:00
parent 7b42636397
commit 4e50d092d7
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-taxipilot_level_h,v 1.1 2010/05/22 12:02:28 espie Exp $
--- taxipilot/level.h.orig Sat May 22 13:55:06 2010
+++ taxipilot/level.h Sat May 22 13:55:18 2010
@@ -35,6 +35,7 @@ class State;
class Event;
class HotArea;
class Timer;
+class Teleporter;
class Level:public QCanvasSprite {
public:

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-taxipilot_timedobject_h,v 1.1 2010/05/22 12:02:28 espie Exp $
--- taxipilot/timedobject.h.orig Sat May 22 13:55:47 2010
+++ taxipilot/timedobject.h Sat May 22 13:55:58 2010
@@ -25,6 +25,8 @@ It has a virtual function timerTick (int).
*@author Thomas Friedrichsmeier
*/
+class TimeManager;
+
class TimedObject {
public:
TimedObject();