Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
78eeb870
Commit
78eeb870
authored
Aug 28, 2012
by
JINMEI Tatuya
Browse files
[2107] s/WILD_NODE/WILDCARD_NODE/ as suggested in the review
parent
ee81b663
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_data.h
View file @
78eeb870
...
...
@@ -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
WILD
CARD
_NODE
=
ZoneNode
::
FLAG_USER2
;
public:
/// \brief Allocate and construct \c ZoneData.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment