diff options
Diffstat (limited to 'x11-toolkits/inti/files/patch-inti::gtk::childproperty.h')
-rw-r--r-- | x11-toolkits/inti/files/patch-inti::gtk::childproperty.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h b/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h deleted file mode 100644 index 9d8f61aa57ec..000000000000 --- a/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h +++ /dev/null @@ -1,17 +0,0 @@ ---- inti/gtk/childproperty.h.orig Sat Sep 18 21:10:17 2004 -+++ inti/gtk/childproperty.h Sat Sep 18 21:12:44 2004 -@@ -139,12 +139,12 @@ - - void get(const Widget& child, DataType& data) const - { -- property()->get(object(), child, data); -+ this->property()->get(this->object(), child, data); - } - - void set(Widget& child, const DataType& data) const - { -- property()->set(object(), child, data); -+ this->property()->set(this->object(), child, data); - } - }; - |