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:
parent
2386ff94ad
commit
243a71e41e
@ -25,7 +25,8 @@ class DefaultMediaTheme : public BMediaTheme {
|
||||
virtual BView *MakeViewFor(BParameterWeb *web, const BRect *hintRect = NULL);
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user