Skip to content

Commit

Permalink
fix member initializer ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 24, 2020
1 parent ccc9ccc commit fc16669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serialization/schema_validator.cpp
Expand Up @@ -157,8 +157,8 @@ schema_validator::~schema_validator()

schema_validator::schema_validator(const std::string& config_file_name, bool validate_schema)
: abstract_validator(config_file_name)
, config_read_(false)
, create_exceptions_(strict_validation_enabled)
, config_read_(false)
, validate_schema_(validate_schema)
{
if(!read_config_file(config_file_name)) {
Expand Down

0 comments on commit fc16669

Please sign in to comment.