mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Trying add overrides back.
Trying add overrides back.
This commit is contained in:
parent
b2d506c2a3
commit
d98b174d06
1 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
NS_IMETHOD Run()
|
||||
NS_IMETHOD Run() override
|
||||
{
|
||||
if (!mRunnable) {
|
||||
return NS_OK;
|
||||
|
|
@ -304,7 +304,7 @@ public:
|
|||
runnable->Run();
|
||||
}
|
||||
|
||||
void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget)
|
||||
void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget) override
|
||||
{
|
||||
MOZ_ASSERT(aTarget);
|
||||
MOZ_ASSERT(!mTimer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue