CScanSettings: convert char[...] configuration values to std::string

Origin commit data
------------------
Commit: 0a5a7b3146
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)
This commit is contained in:
Michael Liebmann
2014-01-18 17:12:32 +01:00
parent 3e96126769
commit c7fb87a9a3
7 changed files with 86 additions and 83 deletions

View File

@@ -80,7 +80,7 @@ class CScanTs : public CMenuTarget
void prev_next_TP(bool);
TP_params TP;
int deltype;
char * pname;
std::string pname;
public:
CScanTs(int dtype = FE_QPSK);