mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Create converter_ in the constructor
This commit is contained in:
parent
36f313d6f0
commit
7eff6df4dd
@ -36,7 +36,9 @@
|
||||
#include "string_converter.h"
|
||||
|
||||
InMemoryConfiguration::InMemoryConfiguration()
|
||||
{}
|
||||
{
|
||||
std::unique_ptr<StringConverter> converter_(new StringConverter);
|
||||
}
|
||||
|
||||
|
||||
InMemoryConfiguration::~InMemoryConfiguration()
|
||||
|
Loading…
Reference in New Issue
Block a user