BMimeType: Use the new _DEPRECATED to mark SetType deprecated.

This is the first use of this new macro.
This commit is contained in:
Augustin Cavalier
2026-03-02 21:03:25 -05:00
parent a3be73a455
commit f071ee419d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ public:
static status_t StopWatching(BMessenger target);
/* Deprecated. Use SetTo() instead. */
status_t SetType(const char* mimeType);
status_t SetType(const char* mimeType) _DEPRECATED;
private:
BMimeType(const char* mimeType, const char* mimePath);