mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 812572 follow-up - Remove the extra semi-colon
This commit is contained in:
parent
02989ba6ff
commit
5e5593e1eb
@ -358,7 +358,7 @@ public:
|
||||
MediaDecoderReader(MediaDecoder* aDecoder);
|
||||
virtual ~MediaDecoderReader();
|
||||
|
||||
NS_INLINE_DECL_REFCOUNTING(MediaDecoderReader);
|
||||
NS_INLINE_DECL_REFCOUNTING(MediaDecoderReader)
|
||||
|
||||
// Initializes the reader, returns NS_OK on success, or NS_ERROR_FAILURE
|
||||
// on failure.
|
||||
|
Loading…
Reference in New Issue
Block a user