diff options
Diffstat (limited to 'netwerk/protocol/device/nsDeviceProtocolHandler.h')
-rw-r--r-- | netwerk/protocol/device/nsDeviceProtocolHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/device/nsDeviceProtocolHandler.h b/netwerk/protocol/device/nsDeviceProtocolHandler.h index dee9b4f8f0..8188e3e9e0 100644 --- a/netwerk/protocol/device/nsDeviceProtocolHandler.h +++ b/netwerk/protocol/device/nsDeviceProtocolHandler.h @@ -26,7 +26,7 @@ public: nsDeviceProtocolHandler() {} - MOZ_MUST_USE nsresult Init(); + [[nodiscard]] nsresult Init(); }; } // namespace net |