From: Vadim Zeitlin Date: Tue, 20 Mar 2007 21:06:06 +0000 (+0000) Subject: removed extraneous comma at the end of wxGridDirection enum X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/05cc594ad247b7c97b839bdd26d3bbca2eb03147?ds=inline removed extraneous comma at the end of wxGridDirection enum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 17d8bb22a1..bb8a5b3d0f 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -60,7 +60,7 @@ extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGridNameStr[]; enum wxGridDirection { wxGRID_COLUMN, - wxGRID_ROW, + wxGRID_ROW }; // ----------------------------------------------------------------------------