Sonogram: Change int to size_t
This commit is contained in:
parent
46b164f2fb
commit
6972d3c4f9
|
@ -45,7 +45,7 @@ class Sonogram : public Analyzer::Base {
|
|||
|
||||
private:
|
||||
QPixmap canvas_;
|
||||
int scope_size_;
|
||||
size_t scope_size_;
|
||||
};
|
||||
|
||||
#endif // SONOGRAM_H
|
||||
|
|
Loading…
Reference in New Issue