From 6ed05f194d7a08410f6a8bfecbea5856ec408225 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 21 Mar 2008 23:39:41 +0000 Subject: [PATCH] also use wx/private/*.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makeunixtags.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/scripts/makeunixtags.sh b/misc/scripts/makeunixtags.sh index 9c15e5293e..79476b1407 100644 --- a/misc/scripts/makeunixtags.sh +++ b/misc/scripts/makeunixtags.sh @@ -30,6 +30,7 @@ ctags --totals --c++-kinds=+px --language-force=c++ \ -I WXDLLIMPEXP_DATA_XML+ -I WXDLLIMPEXP_XML \ -I WXDLLIMPEXP_DATA_XRC+ -I WXDLLIMPEXP_XRC \ include/wx/*.h \ + include/wx/private/*.h \ include/wx/aui/*.h \ include/wx/generic/*.h \ include/wx/$1/*.h \ -- 2.47.2