summaryrefslogtreecommitdiff
path: root/otk/pseudorendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/pseudorendercontrol.hh')
-rw-r--r--otk/pseudorendercontrol.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh
index a52e7cc3..402190c5 100644
--- a/otk/pseudorendercontrol.hh
+++ b/otk/pseudorendercontrol.hh
@@ -18,6 +18,7 @@ public:
PseudoRenderControl(int screen);
virtual ~PseudoRenderControl();
+ virtual void allocateColor(XColor *color) const;
};
}