From kde-commits Tue Jan 24 13:10:32 2006 From: Dirk Mueller Date: Tue, 24 Jan 2006 13:10:32 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/khtml/dom Message-Id: <1138108232.222439.21849.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113810825526622 SVN commit 501958 by mueller: *sigh*, export it as well, for the autogenerated bindings. the bindings generator doesn't seem to be able to ignore non-exported classes. BUG:120692 M +1 -1 html_misc.h --- branches/KDE/3.5/kdelibs/khtml/dom/html_misc.h #501957:501958 @@ -211,7 +211,7 @@ /** @internal. Not part of the public API */ -class HTMLMappedNameCollection : public HTMLCollection +class KHTML_EXPORT HTMLMappedNameCollection : public HTMLCollection { public: HTMLMappedNameCollection(NodeImpl *base, int type, const DOMString &name );