BToolbar: move into BPrivate namespace, as it's not public yet
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
class BButton;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
class BToolbar : public BGroupView {
|
||||
public:
|
||||
@@ -42,4 +43,8 @@ private:
|
||||
void _HideToolTips() const;
|
||||
};
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
using BPrivate::BToolbar;
|
||||
|
||||
#endif // _TOOLBAR_H
|
||||
|
||||
Reference in New Issue
Block a user