From f1d4302878d11e1c819f5304741823aea4ec6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 16 Nov 2008 22:13:21 +0000 Subject: [PATCH] Small style cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28666 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/launchbox/IconButton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/launchbox/IconButton.h b/src/apps/launchbox/IconButton.h index 4b2b0007a6..74213876ca 100644 --- a/src/apps/launchbox/IconButton.h +++ b/src/apps/launchbox/IconButton.h @@ -25,7 +25,7 @@ class BBitmap; class BMimeType; class IconButton : public BView, public BInvoker { - public: +public: IconButton(const char* name, uint32 id, const char* label = NULL, @@ -91,7 +91,7 @@ class IconButton : public BView, public BInvoker { rgb_color lightShadow, rgb_color light); - protected: +protected: enum { STATE_NONE = 0x0000, STATE_TRACKING = 0x0001,