summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
blob: 9d8f61aa57ec173bf06acbafac76f31b58c7f0f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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);
    }
 };