BAboutWindow: style fixes

* mostly whitespace fixes
* reorder methods
This commit is contained in:
John Scipione
2014-03-25 14:07:44 -04:00
parent 71e3210d35
commit 293d80be6f
2 changed files with 54 additions and 51 deletions
+4 -2
View File
@@ -20,7 +20,7 @@ class BBitmap;
class BPoint;
class BAboutWindow : public BWindow {
public:
public:
BAboutWindow(const char* appName,
const char* signature);
virtual ~BAboutWindow();
@@ -48,8 +48,10 @@ class BAboutWindow : public BWindow {
const char* Version();
void SetVersion(const char* version);
private:
private:
AboutView* fAboutView;
};
#endif // B_ABOUT_WINDOW_H