From: Vadim Zeitlin Date: Sat, 13 Oct 2012 22:54:55 +0000 (+0000) Subject: Just correct the path in the header comment. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ac6a837eeddb76f2fabe2389cf5fe39ca3b99041 Just correct the path in the header comment. Add the missing "private" path component. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/private/listctrl.h b/include/wx/generic/private/listctrl.h index ee3a7c7be3..2267ca3dd7 100644 --- a/include/wx/generic/private/listctrl.h +++ b/include/wx/generic/private/listctrl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/generic/listctrl.h +// Name: wx/generic/private/listctrl.h // Purpose: private definitions of wxListCtrl helpers // Author: Robert Roebling // Vadim Zeitlin (virtual list control support)