Fix comments, add a missing const.
[shibboleth/cpp-opensaml.git] / saml / saml2 / metadata / EndpointManager.h
index 0bcf183..4dba88c 100644 (file)
@@ -37,6 +37,7 @@ namespace opensaml {
         class EndpointManager
         {
         protected:
+            /** Reference to endpoint array. */
             typename const std::vector<_Tx*>& m_endpoints;
             
         public: