1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/xaralx/files/patch-Kernel_cxftree.h
Vasil Dimov 639cdade05 Fix graphics/xaralx compilation with gcc 4.1
graphics/xaralx-devel does not need this fix, thus we modify it not to
use all its masterport patches.

Reported by:	kris
2007-02-13 09:27:11 +00:00

12 lines
432 B
C

--- Kernel/cxftree.h.orig Tue Feb 13 10:21:18 2007
+++ Kernel/cxftree.h Tue Feb 13 10:21:40 2007
@@ -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;