mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Seems overrides are not necessary for this version unlike for Mozilla since they do not override base class memebers anyway?
Seems overrides are not necessary for this version unlike for Mozilla since they do not override base class memebers anyway?
This commit is contained in:
parent
ed1899df7b
commit
8e9c123ae7
1 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
NS_IMETHOD Run() override
|
||||
NS_IMETHOD Run()
|
||||
{
|
||||
if (!mRunnable) {
|
||||
return NS_OK;
|
||||
|
|
@ -304,7 +304,7 @@ public:
|
|||
runnable->Run();
|
||||
}
|
||||
|
||||
void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget) override
|
||||
void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget)
|
||||
{
|
||||
MOZ_ASSERT(aTarget);
|
||||
MOZ_ASSERT(!mTimer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue