mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fix initialization order
This commit is contained in:
parent
aab8ef3b34
commit
0c4faf0f05
@ -30,9 +30,9 @@
|
|||||||
#include <sys/types.h> // for mode_t
|
#include <sys/types.h> // for mode_t
|
||||||
|
|
||||||
|
|
||||||
Kml_Printer::Kml_Printer(const std::string& base_path) : positions_printed(false),
|
Kml_Printer::Kml_Printer(const std::string& base_path) : kml_base_path(base_path),
|
||||||
indent(" "),
|
indent(" "),
|
||||||
kml_base_path(base_path)
|
positions_printed(false)
|
||||||
{
|
{
|
||||||
fs::path full_path(fs::current_path());
|
fs::path full_path(fs::current_path());
|
||||||
const fs::path p(kml_base_path);
|
const fs::path p(kml_base_path);
|
||||||
|
Loading…
Reference in New Issue
Block a user