Small style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31921 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-29 16:24:00 +00:00
parent 8c359d8eb4
commit 3575ad0034

View File

@ -73,7 +73,7 @@ public:
virtual Decoder* NewDecoder(uint index) = 0;
virtual status_t GetSupportedFormats(media_format** formats,
size_t * count) = 0;
size_t* count) = 0;
};
} } // namespace BPrivate::media