about summary refs log tree commit diff
path: root/src/engine/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/graphics.h')
-rw-r--r--src/engine/graphics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/graphics.h b/src/engine/graphics.h
index 46750e03..7f272497 100644
--- a/src/engine/graphics.h
+++ b/src/engine/graphics.h
@@ -5,7 +5,6 @@
 
 #include "kernel.h"
 
-#include <base/tl/threading.h>
 
 class CImageInfo
 {
@@ -139,7 +138,7 @@ public:
 	virtual void Swap() = 0;
 
 	// syncronization
-	virtual void InsertSignal(semaphore *pSemaphore) = 0;
+	virtual void InsertSignal(class semaphore *pSemaphore) = 0;
 	virtual bool IsIdle() = 0;
 	virtual void WaitForIdle() = 0;
 };