summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files/patch-inti::glib::property.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/inti/files/patch-inti::glib::property.h')
-rw-r--r--x11-toolkits/inti/files/patch-inti::glib::property.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/inti/files/patch-inti::glib::property.h b/x11-toolkits/inti/files/patch-inti::glib::property.h
deleted file mode 100644
index ef690c633..000000000
--- a/x11-toolkits/inti/files/patch-inti::glib::property.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- inti/glib/property.h.orig Sat Sep 18 21:03:00 2004
-+++ inti/glib/property.h Sat Sep 18 21:04:01 2004
-@@ -187,12 +187,12 @@
-
- void get(DataType& data) const
- {
-- property()->get(object(), data);
-+ this->property()->get(this->object(), data);
- }
-
- void set(const DataType& data) const
- {
-- property()->set(object(), data);
-+ this->property()->set(this->object(), data);
- }
- };
-