[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Tue Apr 12 04:46:08 CEST 2005
CVS commit by staikos:
fix the undefined symbol error. I wasn't seeing it because KHTML has that
symbol in debug builds.
M +1 -0 jsiface_impl.cpp 1.3
M +1 -0 kstbinding.h 1.8
--- kdeextragear-2/kst/kst/extensions/js/jsiface_impl.cpp #1.2:1.3
@@ -17,4 +17,5 @@
#include "jsiface_impl.h"
+#include <kjsembed/jsbinding.h>
JSIfaceImpl::JSIfaceImpl(KJSEmbed::KJSEmbedPart *part)
--- kdeextragear-2/kst/kst/extensions/js/kstbinding.h #1.7:1.8
@@ -19,4 +19,5 @@
#define KSTBINDING_H
+#include <kjsembed/jsbinding.h>
#include <kjsembed/jsproxy.h>
More information about the Kst
mailing list