From 8b939bc081a993eda1d0ef56cbabaafee5c69f17 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Sat, 19 Feb 2005 04:04:08 +0000 Subject: [PATCH] Added newline at the end, eliminates gcc warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/vlbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index ebe2ad77c2..89438eaae9 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -626,4 +626,4 @@ wxVListBox::GetClassDefaultAttributes(wxWindowVariant variant) return wxListBox::GetClassDefaultAttributes(variant); } -#endif \ No newline at end of file +#endif