mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
minor warning fixes
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public:
|
||||
std::vector<signed char> data;
|
||||
|
||||
SDRThreadIQData() :
|
||||
frequency(0), bandwidth(0), data(NULL) {
|
||||
frequency(0), bandwidth(0) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user