Bug 680 - Build errors with RVCT 4.0: Linker Error: L6410W CompilerCompatibility dummy
authorChetan Kapoor <chetank@symbian.org>
Thu, 29 Oct 2009 10:39:51 +0000
branchCompilerCompatibility
changeset 26 63ded8f94800
parent 25 9d87bae3dc1b
child 31 3dbb0284a087
Bug 680 - Build errors with RVCT 4.0: Linker Error: L6410W
webengine/osswebengine/JavaScriptCore/kjs/internal.h
--- a/webengine/osswebengine/JavaScriptCore/kjs/internal.h	Tue Oct 27 10:58:40 2009 +0000
+++ b/webengine/osswebengine/JavaScriptCore/kjs/internal.h	Thu Oct 29 10:39:51 2009 +0000
@@ -66,7 +66,7 @@
 
   class NumberImp : public JSCell {
     friend class ConstantValues;
-    friend JSValue *jsNumberCell(double);
+    IMPORT friend JSValue *jsNumberCell(double);
   public:
     double value() const { return val; }