BAboutWindow: Put the AboutView and StripeView into BPrivate.
To avoid name clashes. Possibly fixes the HaikuDepot crashes.
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#include <View.h>
|
||||
|
||||
|
||||
namespace BPrivate {
|
||||
class AboutView;
|
||||
}
|
||||
class BBitmap;
|
||||
class BPoint;
|
||||
|
||||
@@ -72,7 +74,7 @@ private:
|
||||
virtual void _ReservedAboutWindow1();
|
||||
|
||||
private:
|
||||
AboutView* fAboutView;
|
||||
BPrivate::AboutView* fAboutView;
|
||||
|
||||
// FBC Padding
|
||||
uint32 _reserved[20];
|
||||
|
||||
Reference in New Issue
Block a user