From a65ca7af57feaf7a4ea73f7e071a72eb9b3a1e24 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Nov 2015 10:39:46 +0100 Subject: Refactored Painter. --- plugingui/layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/layout.h') diff --git a/plugingui/layout.h b/plugingui/layout.h index 9814f7e..72e4fc8 100644 --- a/plugingui/layout.h +++ b/plugingui/layout.h @@ -38,7 +38,7 @@ public: LayoutItem(); virtual ~LayoutItem(); - void setLayoutParent(Layout *parent); + void setLayoutParent(Layout* parent); virtual void resize(int width, int height) = 0; virtual void move(size_t x, size_t y) = 0; @@ -48,7 +48,7 @@ public: virtual size_t height() = 0; private: - Layout *parent; + Layout* parent; }; //! \brief Abtract Layout class. -- cgit v1.2.3