[svn] commit: r3605 - /branches/trac397/src/bin/auth/rbt_datasrc.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 22 15:14:08 UTC 2010
Author: jinmei
Date: Mon Nov 22 15:14:03 2010
New Revision: 3605
Log:
missing typename
Modified:
branches/trac397/src/bin/auth/rbt_datasrc.h
Modified: branches/trac397/src/bin/auth/rbt_datasrc.h
==============================================================================
--- branches/trac397/src/bin/auth/rbt_datasrc.h (original)
+++ branches/trac397/src/bin/auth/rbt_datasrc.h Mon Nov 22 15:14:03 2010
@@ -396,7 +396,8 @@
return (node->down_->findHelper(name - node->name_, tree,
ret));
} else {
- RBTree<T>::FindResult result = RBTree<T>::NOTFOUND;
+ typename RBTree<T>::FindResult result =
+ RBTree<T>::NOTFOUND;
if (node->down_ != NULL) {
result = node->down_->findHelper(name - node->name_,
tree, ret);
More information about the bind10-changes
mailing list