mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix for gcc
This commit is contained in:
parent
e65baa13d3
commit
b754e0f4a4
@ -407,8 +407,8 @@ private:
|
||||
int findPeakBin() const;
|
||||
void findPeak(float &power, float &frequency) const;
|
||||
void peakWidth(int center, int &left, int &right, int maxLeft, int maxRight) const;
|
||||
int GLSpectrum::frequencyToBin(int64_t frequency) const;
|
||||
int64_t GLSpectrum::binToFrequency(int bin) const;
|
||||
int frequencyToBin(int64_t frequency) const;
|
||||
int64_t binToFrequency(int bin) const;
|
||||
|
||||
void stopDrag();
|
||||
void applyChanges();
|
||||
|
Loading…
Reference in New Issue
Block a user