Regenerated the renamers with the new build_renamers.py

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-11 20:06:35 +00:00
parent 05a03b016a
commit bf5ff0c308
26 changed files with 169 additions and 168 deletions

View File

@@ -1,7 +1,7 @@
// A bunch of %rename directives generated by ./distrib/build_renamers.py
// in order to remove the wx prefix from all global scope names.
#ifndef SWIGXML
#ifndef BUILDING_RENAMERS
%rename(HTML_ALIGN_LEFT) wxHTML_ALIGN_LEFT;
%rename(HTML_ALIGN_CENTER) wxHTML_ALIGN_CENTER;