BMediaFile: Add BUrl SetTo
* Also fix the server version of BUrl constructor to use a const reference.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
BMediaFile(const BUrl& url);
|
||||
BMediaFile(const BUrl& url, int32 flags);
|
||||
// Read-Write streaming constructor
|
||||
BMediaFile(BUrl destination,
|
||||
BMediaFile(const BUrl& destination,
|
||||
const media_file_format* mfi,
|
||||
int32 flags = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user