summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctree.hxx')
-rw-r--r--rsc/inc/rsctree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index f2f6ac29d6ee..209c4225d80c 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -43,7 +43,7 @@ protected:
NameNode* ChangeBTreeDLList();
public:
- void EnumNodes( Link<> aLink ) const;
+ void EnumNodes( Link<const NameNode&,void> aLink ) const;
NameNode* Left() const { return pLeft; }
NameNode* Right() const{ return pRight; }
NameNode* Search( const NameNode * pName ) const;