X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23855b87d791f78d00d47d8e20fad85f6d186508..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/generic/timectrlg.cpp?ds=sidebyside diff --git a/src/generic/timectrlg.cpp b/src/generic/timectrlg.cpp index d649cd885c..b040ee9beb 100644 --- a/src/generic/timectrlg.cpp +++ b/src/generic/timectrlg.cpp @@ -457,8 +457,8 @@ private: // The first digit simply replaces the existing field contents, // but the second one should be combined with the previous one, // otherwise entering 2-digit numbers would be impossible. - int currentValue wxDUMMY_INITIALIZE(0), - maxValue wxDUMMY_INITIALIZE(0); + int currentValue = 0, + maxValue = 0; switch ( m_currentField ) {