mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[5101] Fixed member order
This commit is contained in:
@@ -16,7 +16,7 @@ namespace isc {
|
|||||||
namespace dhcp {
|
namespace dhcp {
|
||||||
|
|
||||||
Parser4Context::Parser4Context()
|
Parser4Context::Parser4Context()
|
||||||
: trace_scanning_(false), trace_parsing_(false), ctx_(NO_KEYWORD)
|
: ctx_(NO_KEYWORD), trace_scanning_(false), trace_parsing_(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ namespace isc {
|
|||||||
namespace dhcp {
|
namespace dhcp {
|
||||||
|
|
||||||
Parser6Context::Parser6Context()
|
Parser6Context::Parser6Context()
|
||||||
: trace_scanning_(false), trace_parsing_(false), ctx_(NO_KEYWORD)
|
: ctx_(NO_KEYWORD), trace_scanning_(false), trace_parsing_(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user