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:
Axel Dörfler 2003-07-05 12:53:10 +00:00
parent 2386ff94ad
commit 243a71e41e

View File

@ -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 &parameter, const BRect &hintRect);
};
} // namespace BPrivate