Author: shuston
Date: Tue Jun 12 00:08:30 2012
New Revision: 1349075

URL: http://svn.apache.org/viewvc?rev=1349075&view=rev
Log:
Add missing typename. NO-JIRA

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h?rev=1349075&r1=1349074&r2=1349075&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h Tue Jun 12 00:08:30 2012
@@ -208,7 +208,7 @@ class QPID_BROKER_CLASS_EXTERN TopicKeyN
                 if (ptr != childTokens.end()) {
                     return ptr->second->add(bKey, fullPattern);
                 } else {
-                    TopicKeyNode::shared_ptr child(new 
TopicKeyNode<T>(next_token));
+                    typename TopicKeyNode::shared_ptr child(new 
TopicKeyNode<T>(next_token));
                     childTokens[next_token] = child;
                     return child->add(bKey, fullPattern);
                 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to