Sonogram: Change int to size_t
This commit is contained in:
@@ -45,7 +45,7 @@ class Sonogram : public Analyzer::Base {
|
||||
|
||||
private:
|
||||
QPixmap canvas_;
|
||||
int scope_size_;
|
||||
size_t scope_size_;
|
||||
};
|
||||
|
||||
#endif // SONOGRAM_H
|
||||
|
||||
Reference in New Issue
Block a user