Parcourir la source

[2107] s/WILD_NODE/WILDCARD_NODE/ as suggested in the review

JINMEI Tatuya il y a 12 ans
Parent
commit
78eeb87067
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/zone_data.h

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

@@ -354,7 +354,7 @@ public:
     /// \brief Node flag indicating it is at a "wildcard level"
     /// \brief Node flag indicating it is at a "wildcard level"
     ///
     ///
     /// This means one of the node's immediate children is a wildcard.
     /// This means one of the node's immediate children is a wildcard.
-    static const ZoneNode::Flags WILD_NODE = ZoneNode::FLAG_USER2;
+    static const ZoneNode::Flags WILDCARD_NODE = ZoneNode::FLAG_USER2;
 
 
 public:
 public:
     /// \brief Allocate and construct \c ZoneData.
     /// \brief Allocate and construct \c ZoneData.