Forgot to commit the latest headers, sorry.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3855 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,7 +25,8 @@ class DefaultMediaTheme : public BMediaTheme {
|
|||||||
virtual BView *MakeViewFor(BParameterWeb *web, const BRect *hintRect = NULL);
|
virtual BView *MakeViewFor(BParameterWeb *web, const BRect *hintRect = NULL);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BView *MakeViewFor(BParameterGroup *group, const BRect *hintRect = NULL);
|
BView *MakeViewFor(BParameterGroup &group, const BRect &hintRect);
|
||||||
|
BView *MakeSelfHostingViewFor(BParameter ¶meter, const BRect &hintRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|||||||
Reference in New Issue
Block a user