Skip to content

Commit

Permalink
[FIX] Reorder member variables to match intitialisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Nov 29, 2019
1 parent 0ba41a1 commit 248879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sviper/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ struct CmdOptions
std::string long_read_file_name{};
std::string short_read_file_name{};
std::string candidate_file_name{};
std::string output_prefix{};
std::string reference_file_name{};
std::string output_prefix{};
std::string log_file_name{};

CmdOptions(unsigned threads_,
Expand Down

0 comments on commit 248879a

Please sign in to comment.