[hamradio-commits] [gnss-sdr] 69/303: Create converter_ in the constructor

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 7eff6df4dd95999aec223bb1b9d3c094e7187416
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Oct 2 02:03:59 2016 +0200

    Create converter_ in the constructor
---
 src/core/receiver/in_memory_configuration.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/core/receiver/in_memory_configuration.cc b/src/core/receiver/in_memory_configuration.cc
index affec74..e1983e6 100644
--- a/src/core/receiver/in_memory_configuration.cc
+++ b/src/core/receiver/in_memory_configuration.cc
@@ -36,7 +36,9 @@
 #include "string_converter.h"
 
 InMemoryConfiguration::InMemoryConfiguration()
-{}
+{
+    std::unique_ptr<StringConverter> converter_(new StringConverter);
+}
 
 
 InMemoryConfiguration::~InMemoryConfiguration()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list