#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_fix_extra_qualification.dpatch by Joachim Breitner <nomeata@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad xaralx-0.7r1692~/Kernel/cxftree.h xaralx-0.7r1692/Kernel/cxftree.h
--- xaralx-0.7r1692~/Kernel/cxftree.h	2006-08-10 19:36:23.000000000 +0000
+++ xaralx-0.7r1692/Kernel/cxftree.h	2006-08-11 18:29:18.241059500 +0000
@@ -287,7 +287,7 @@
 
 	INT32 AddDisplayNode(CXFNode* pNode,INT32 Index,INT32 Depth,BOOL ExpandAll);
 	void ShowNodeDebugInfoForNode(CXFNode *pNode);
-	CXaraFileRecordHandler* CXFTreeDlg::FindHandler(UINT32 Tag);
+	CXaraFileRecordHandler* FindHandler(UINT32 Tag);
 	void GetTagText(CXFNode* pNode,String_256& Str);
 
 	CXFNode* pRoot;
