BToolbar: move into BPrivate namespace, as it's not public yet

This commit is contained in:
Jessica Hamilton
2014-11-06 16:44:02 +13:00
parent 6195bee580
commit 9f8197a872
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -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