* Fixed incorrect spacing and blank lines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,8 +5,14 @@
|
||||
#ifndef _NOTIFICATION_H
|
||||
#define _NOTIFICATION_H
|
||||
|
||||
|
||||
#include <Entry.h>
|
||||
|
||||
|
||||
class BBitmap;
|
||||
class BList;
|
||||
|
||||
|
||||
// notification types
|
||||
enum notification_type {
|
||||
B_INFORMATION_NOTIFICATION,
|
||||
@@ -15,8 +21,6 @@ enum notification_type {
|
||||
B_PROGRESS_NOTIFICATION
|
||||
};
|
||||
|
||||
class BBitmap;
|
||||
class BList;
|
||||
|
||||
class BNotification {
|
||||
public:
|
||||
@@ -69,4 +73,5 @@ private:
|
||||
BBitmap* fBitmap;
|
||||
};
|
||||
|
||||
|
||||
#endif // _NOTIFICATION_H
|
||||
|
||||
Reference in New Issue
Block a user