summaryrefslogtreecommitdiff
path: root/devel/kyra/files/patch-engine_imagetree.h
blob: 494f878687f30927c7f71736ec2aa2c4d3426274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- engine/imagetree.h.orig	2005-03-31 01:02:38 UTC
+++ engine/imagetree.h
@@ -190,7 +190,7 @@ class KrImageTree
 	void Clear( KrImNode* root );	// delete the entire tree
 
 	// Recursive hit test walk.
-	bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, std::vector<KrImage*>* outputArray, int windowIndex );
+	bool HitTestRec( KrImNode* node, int x, int y, int flags, std::vector<KrImage*>* outputArray, int windowIndex );
 
 	KrImNode*  root;			// The root to position the window
 	KrImNode*  offsetRoot;		// The root as returned to the client