Modernized code and fixed compiler warnings in Guisan widgets

This commit is contained in:
Dimitris Panokostas 2020-02-07 11:20:25 +01:00
parent 0c56349025
commit 959f0869cb
27 changed files with 432 additions and 500 deletions

View file

@ -202,9 +202,9 @@ namespace gcn
*/
unsigned int mAlignment;
unsigned int mStart; //! minimum value of the progressbar
unsigned int mEnd; //! maximum value of the progressbar
unsigned int mValue; //! current value of the progressbar
unsigned int mStart{}; //! minimum value of the progressbar
unsigned int mEnd{}; //! maximum value of the progressbar
unsigned int mValue{}; //! current value of the progressbar
};
}