SOURCES: gmetadom-gcc4.patch (NEW) - kill extra qualifiers

qboosh qboosh at pld-linux.org
Sun Jan 29 19:12:16 CET 2006


Author: qboosh                       Date: Sun Jan 29 18:12:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill extra qualifiers

---- Files affected:
SOURCES:
   gmetadom-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gmetadom-gcc4.patch
diff -u /dev/null SOURCES/gmetadom-gcc4.patch:1.1
--- /dev/null	Sun Jan 29 19:12:15 2006
+++ SOURCES/gmetadom-gcc4.patch	Sun Jan 29 19:12:10 2006
@@ -0,0 +1,22 @@
+--- gmetadom-0.2.3/src/gdome_cpp_smart/include/GdomeSmartDOMNode.hh.orig	2005-07-08 11:53:05.000000000 +0200
++++ gmetadom-0.2.3/src/gdome_cpp_smart/include/GdomeSmartDOMNode.hh	2006-01-29 18:58:16.236925000 +0100
+@@ -36,7 +36,7 @@
+     Node(const Node&);
+   ~Node();
+ 
+-  Node::Node(const class EventTarget&);Node& operator=(const Node&);
++  Node(const class EventTarget&);Node& operator=(const Node&);
+   bool operator==(const Node& obj) const { return gdome_obj == obj.gdome_obj; }
+   bool operator!=(const Node& obj) const { return !(*this == obj); }
+   
+--- gmetadom-0.2.3/src/gdome_cpp_smart/include/GdomeSmartDOMEventTarget.hh.orig	2005-07-08 11:53:06.000000000 +0200
++++ gmetadom-0.2.3/src/gdome_cpp_smart/include/GdomeSmartDOMEventTarget.hh	2006-01-29 18:58:38.614323500 +0100
+@@ -36,7 +36,7 @@
+     EventTarget(const EventTarget&);
+   ~EventTarget();
+ 
+-  EventTarget::EventTarget(const class Node&);EventTarget& operator=(const EventTarget&);
++  EventTarget(const class Node&);EventTarget& operator=(const EventTarget&);
+   bool operator==(const EventTarget& obj) const { return gdome_obj == obj.gdome_obj; }
+   bool operator!=(const EventTarget& obj) const { return !(*this == obj); }
+   
================================================================


More information about the pld-cvs-commit mailing list