]> git.saurik.com Git - wxWidgets.git/commitdiff
Just correct the path in the header comment.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:54:55 +0000 (22:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:54:55 +0000 (22:54 +0000)
Add the missing "private" path component.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/private/listctrl.h

index ee3a7c7be39b8e78f84ea44fc824f909058123fd..2267ca3dd7774d06c5ce42e0e085ec5422f4955d 100644 (file)
@@ -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)