Small style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-11-16 22:13:21 +00:00
parent cfb03bacfc
commit f1d4302878
1 changed files with 2 additions and 2 deletions

View File

@ -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,