зеркало из https://github.com/mozilla/gecko-dev.git
Bug 936092 followup: Add missing 'override' annotation to nsDragServiceProxy::InvokeDragSession() declaration. rs=smaug
This commit is contained in:
Родитель
abc76acfae
Коммит
779588355b
|
@ -19,7 +19,7 @@ public:
|
|||
NS_IMETHOD InvokeDragSession(nsIDOMNode* aDOMNode,
|
||||
nsISupportsArray* anArrayTransferables,
|
||||
nsIScriptableRegion* aRegion,
|
||||
uint32_t aActionType);
|
||||
uint32_t aActionType) override;
|
||||
private:
|
||||
virtual ~nsDragServiceProxy();
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче