--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/src/icesh.cc +++ b/src/icesh.cc @@ -245,7 +245,7 @@ }; SymbolTable layers = { - layerIdentifiers, 0, WinLayerCount - 1, WinLayerInvalid + layerIdentifiers, 0, WinLayerCount - 1, static_cast(WinLayerInvalid) }; SymbolTable states = { @@ -257,7 +257,7 @@ }; SymbolTable trayOptions = { - trayOptionIdentifiers, 0, WinTrayOptionCount - 1, WinTrayInvalid + trayOptionIdentifiers, 0, WinTrayOptionCount - 1, static_cast(WinTrayInvalid) }; /******************************************************************************/