Small cleanups.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32123 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-08-05 10:11:06 +00:00
parent 99304ab063
commit 048d05a613
+2 -2
View File
@@ -182,9 +182,9 @@ public:
// These are for controlling the underlying encoder and track parameters // These are for controlling the underlying encoder and track parameters
// returns a copy of the parameter web // returns a copy of the parameter web
status_t GetParameterWeb(BParameterWeb** _web); status_t GetParameterWeb(BParameterWeb** _web);
status_t GetParameterValue(int32 id, void* _value, status_t GetParameterValue(int32 id, void* value,
size_t* size); size_t* size);
status_t SetParameterValue(int32 id, const void* _value, status_t SetParameterValue(int32 id, const void* value,
size_t size); size_t size);
BView* GetParameterView(); BView* GetParameterView();