A slight collision of StringItem.h with our coding style guidelines...

(and fixed newline at the end of the file).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-10-28 01:38:57 +00:00
parent a098bed826
commit a691828008
+2 -3
View File
@@ -35,12 +35,12 @@ virtual status_t Archive(BMessage* data, bool deep = true) const ;
virtual void DrawItem(BView *owner, BRect frame, bool complete = false); virtual void DrawItem(BView *owner, BRect frame, bool complete = false);
virtual void SetText(const char *text); virtual void SetText(const char *text);
const char *Text() const; const char *Text() const;
virtual void Update(BView *owner, const BFont *font); virtual void Update(BView *owner, const BFont *font);
virtual status_t Perform(perform_code d, void* arg); virtual status_t Perform(perform_code code, void *arg);
private: private:
BStringItem(const BStringItem &); BStringItem(const BStringItem &);
BStringItem& operator=(const BStringItem &); BStringItem& operator=(const BStringItem &);
@@ -53,4 +53,3 @@ private:
#endif #endif
#endif /* _STRING_ITEM_H */ #endif /* _STRING_ITEM_H */