mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1026350 followup: Add missing 'override' annotations to helper classes in FakeInputPortService.cpp. rs=ehsan
This commit is contained in:
parent
757f8a1ec9
commit
f9b9849813
@ -31,7 +31,7 @@ public:
|
||||
MOZ_ASSERT(aDataList);
|
||||
}
|
||||
|
||||
NS_IMETHOD Run()
|
||||
NS_IMETHOD Run() override
|
||||
{
|
||||
if (mErrorCode == nsIInputPortServiceCallback::INPUTPORT_ERROR_OK) {
|
||||
return mCallback->NotifySuccess(mDataList);
|
||||
@ -60,7 +60,7 @@ public:
|
||||
{}
|
||||
|
||||
NS_IMETHODIMP
|
||||
Notify(nsITimer* aTimer)
|
||||
Notify(nsITimer* aTimer) override
|
||||
{
|
||||
InputPortData* portData = static_cast<InputPortData*>(mInputPortData.get());
|
||||
portData->SetConnected(mIsConnected);
|
||||
|
Loading…
Reference in New Issue
Block a user