BAboutWindow: Put the AboutView and StripeView into BPrivate.

To avoid name clashes. Possibly fixes the HaikuDepot crashes.
This commit is contained in:
Augustin Cavalier
2016-01-06 15:08:34 -05:00
parent cef0a7b262
commit 1d11475790
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -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];