Parcourir la source

Remove extra comma at the end of enum

This should fix compilation issue on sunstudio.
Michal 'vorner' Vaner il y a 12 ans
Parent
commit
99fd73694c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/domaintree.h

+ 1 - 1
src/lib/datasrc/memory/domaintree.h

@@ -947,7 +947,7 @@ public:
         PARTIALMATCH, ///< A superdomain node was found
         PARTIALMATCH, ///< A superdomain node was found
         NOTFOUND,   ///< Not even any superdomain was found
         NOTFOUND,   ///< Not even any superdomain was found
         /// \brief Returned by insert() if a node of the name already exists
         /// \brief Returned by insert() if a node of the name already exists
-        ALREADYEXISTS,
+        ALREADYEXISTS
     };
     };
 
 
     /// \brief Allocate and construct \c DomainTree
     /// \brief Allocate and construct \c DomainTree