Browse Source

missing typename

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397@3679 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
b01cccd5fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/rbt_datasrc.h

+ 1 - 1
src/bin/auth/rbt_datasrc.h

@@ -468,7 +468,7 @@ RBTree<T>::findHelper(const isc::dns::Name& target_name, RBNode<T>** up_node,
     using namespace helper;
 
     RBNode<T>* node = root_;
-    RBTree<T>::Result ret = NOTFOUND;
+    typename RBTree<T>::Result ret = NOTFOUND;
     *up_node = NULL;
     isc::dns::Name name = target_name;