From bf49e7642027f576716e5742544c282f4396f9ef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Dec 2002 23:31:38 +0000 Subject: python. no more guile. python. --- otk/style.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'otk/style.hh') diff --git a/otk/style.hh b/otk/style.hh index ec9f3f8d..f7584c3e 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -125,10 +125,10 @@ public: inline TextJustify textJustify(void) { return justify; } inline BulletType bulletType(void) { return bullet_type; } - inline const BColor &getBorderColor() const { return border_color; } + inline const BColor *getBorderColor() const { return &border_color; } - inline const BTexture &getFrameFocus() const { return f_focus; } - inline const BTexture &getFrameUnfocus() const { return f_unfocus; } + inline const BTexture *getFrameFocus() const { return &f_focus; } + inline const BTexture *getFrameUnfocus() const { return &f_unfocus; } inline void setImageControl(BImageControl *c) { image_control = c; -- cgit v1.2.3