diff options
Diffstat (limited to 'sci-chemistry/ghemical/files/gcc3.4-r1.patch')
-rw-r--r-- | sci-chemistry/ghemical/files/gcc3.4-r1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/ghemical/files/gcc3.4-r1.patch b/sci-chemistry/ghemical/files/gcc3.4-r1.patch new file mode 100644 index 000000000000..3a737a459ad1 --- /dev/null +++ b/sci-chemistry/ghemical/files/gcc3.4-r1.patch @@ -0,0 +1,12 @@ +diff -ru src-old/graphics/objects.h src/graphics/objects.h +--- src-old/graphics/objects.h 2005-01-04 16:21:49.000000000 +0100 ++++ src/graphics/objects.h 2005-01-04 12:26:57.000000000 +0100 +@@ -177,7 +177,7 @@ + { + protected: + +- friend obj_loc_data * dummy_object::GetLocDataRW(void) const; ++ friend class dummy_object; + + obj_loc_data * data; + |