SOURCES: glom-buildfix.patch (NEW) - remove unnecessary static key...

megabajt megabajt at pld-linux.org
Thu Nov 30 16:06:46 CET 2006


Author: megabajt                     Date: Thu Nov 30 15:06:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove unnecessary static keyword

---- Files affected:
SOURCES:
   glom-buildfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glom-buildfix.patch
diff -u /dev/null SOURCES/glom-buildfix.patch:1.1
--- /dev/null	Thu Nov 30 16:06:46 2006
+++ SOURCES/glom-buildfix.patch	Thu Nov 30 16:06:41 2006
@@ -0,0 +1,12 @@
+diff -urN glom-1.2.1/glom/libglom/utils.cc glom-1.2.1.new/glom/libglom/utils.cc
+--- glom-1.2.1/glom/libglom/utils.cc	2006-10-12 11:53:36.000000000 +0200
++++ glom-1.2.1.new/glom/libglom/utils.cc	2006-11-30 15:19:49.000000000 +0100
+@@ -191,7 +191,7 @@
+ }
+ 
+ 
+-static typedef std::list< sharedptr<const UsesRelationship> > type_list_relationships;
++typedef std::list< sharedptr<const UsesRelationship> > type_list_relationships;
+ 
+ static void add_to_relationships_list(type_list_relationships& list_relationships, const sharedptr<const LayoutItem_Field>& layout_item)
+ {
================================================================


More information about the pld-cvs-commit mailing list