]> git.pld-linux.org Git - packages/glom.git/commitdiff
- remove unnecessary static keyword
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 30 Nov 2006 15:06:41 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glom-buildfix.patch -> 1.1

glom-buildfix.patch [new file with mode: 0644]

diff --git a/glom-buildfix.patch b/glom-buildfix.patch
new file mode 100644 (file)
index 0000000..78ab93a
--- /dev/null
@@ -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)
+ {
This page took 0.152285 seconds and 4 git commands to generate.