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 953675d..d460af4 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -134,7 +134,7 @@ class UHDWorker { class OutputUHD: public ModOutput { public: - OutputUHD(char* device, unsigned sampleRate, double frequency, int txgain, + OutputUHD(const char* device, unsigned sampleRate, double frequency, int txgain, bool enableSync, bool muteNoTimestamps); ~OutputUHD(); |