diff options
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r-- | src/OutputUHD.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h index 107df2a..29f54d6 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -148,7 +148,7 @@ class UHDWorker { /* This structure is used as initial configuration for OutputUHD */ struct OutputUHDConfig { - const char* device; + std::string device; unsigned sampleRate; double frequency; int txgain; |