btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / poorman / PoorManView.cpp
blob9a27f517e11bb6b5bda23b8b1630ecb206eaebf5
1 /* PoorManView.cpp
3 * Philip Harrison
4 * Started: 4/25/2004
5 * Version: 0.1
6 */
8 #ifndef POOR_MAN_VIEW_H
9 #include "PoorManView.h"
10 #endif
12 PoorManView::PoorManView(BRect rect, const char *name)
13 : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW)
17 void
18 PoorManView::AttachedToWindow()