diff options
Diffstat (limited to 'sci-chemistry/ghemical/files/1.91-gcc3.4-r1.patch')
-rw-r--r-- | sci-chemistry/ghemical/files/1.91-gcc3.4-r1.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-chemistry/ghemical/files/1.91-gcc3.4-r1.patch b/sci-chemistry/ghemical/files/1.91-gcc3.4-r1.patch deleted file mode 100644 index 5b359c1ca0a7..000000000000 --- a/sci-chemistry/ghemical/files/1.91-gcc3.4-r1.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru src-old/objects.h src/objects.h ---- src-old/objects.h 2005-01-04 16:21:49.000000000 +0100 -+++ src/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; - |