BMediaFile: Add BUrl SetTo

* Also fix the server version of BUrl constructor
to use a const reference.
This commit is contained in:
Dario Casalinuovo
2016-10-20 02:26:25 +02:00
parent 1c5cb31fef
commit 0c98ab27d3
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -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);