Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
78eeb87067
1 changed files with 1 additions and 1 deletions
  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"
     ///
     /// 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:
     /// \brief Allocate and construct \c ZoneData.