interface_toolbar (Qt): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]

Change-Id: I36ea982656e45855b357e071bcca7c6f3d12d03f
Reviewed-on: https://code.wireshark.org/review/23825
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-10-03 10:40:34 +00:00 committed by Michael Mann
parent ec485f3f52
commit dcf7ca7abd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ enum InterfaceControlCommand {
commandStatusMessage = 6,
commandInformationMessage = 7,
commandWarningMessage = 8,
commandErrorMessage = 9,
commandErrorMessage = 9
};
// To do: