[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kjs
From:       Harri Porten <porten () kde ! org>
Date:       2005-02-27 6:00:53
Message-ID: 20050227060053.AB712148A2 () office ! kde ! org
[Download RAW message or body]

CVS commit by porten: 

oops. meant to apply this to HEAD only.


  M +1 -1      Makefile.am   1.60
  M +1 -1      regexp_object.h   1.21


--- kdelibs/kjs/Makefile.am  #1.59:1.60
@@ -44,5 +44,5 @@
                  bool_object.h number_object.h date_object.h array_object.h \
                  math_object.h object_object.h regexp_object.h error_object.h \
-                 debugger.h array_instance.h context.h dtoa.h
+                 debugger.h array_instance.h context.h dtoa.h regexp.h
 
 if include_VERSION_SCRIPT

--- kdelibs/kjs/regexp_object.h  #1.20:1.21
@@ -54,5 +54,5 @@ namespace KJS {
     ~RegExpImp();
     void setRegExp(RegExp *r) { reg = r; }
-    RegExp* regExp() const { return reg; }
+    RegExp* regExp() { return reg; }
 
     virtual const ClassInfo *classInfo() const { return &info; }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic