TabView: Lots of style fixes.

This commit is contained in:
Augustin Cavalier
2015-07-14 11:22:44 -04:00
parent c432a83bf3
commit 6fd2553690
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ enum tab_position {
class BTab : public BArchivable {
public:
BTab(BView* tabView = NULL);
BTab(BView* contentsView = NULL);
virtual ~BTab();
BTab(BMessage* archive);