From 53a9325a435694525adf20b4d7986bf31287a361 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 28 Sep 2005 09:24:51 +0000 Subject: [PATCH] don't include forward declarations in tags file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makegtktags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/makegtktags b/misc/scripts/makegtktags index 1a152652bd..bd798e08a8 100755 --- a/misc/scripts/makegtktags +++ b/misc/scripts/makegtktags @@ -1,5 +1,5 @@ #!/bin/sh -ctags --c-types=+x --totals --language-force=c++ -I WXDLLEXPORT \ +ctags --totals --language-force=c++ -I WXDLLEXPORT \ include/wx/*.h \ include/wx/gtk/*.h \ include/wx/generic/*.h \ -- 2.47.2