Skip to content
  • Michal 'vorner' Vaner's avatar
    Fix cppcheck complain · ca25d3c2
    Michal 'vorner' Vaner authored
    Cppcheck complained there's an uninitialized variable in constructor.
    This is mostly a false positive (the value is not used before being
    assigned), but fix it anyway to make it silent.
    ca25d3c2