mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1118411 - Mark virtual overridden functions as MOZ_OVERRIDE in Gecko Profiler; r=BenWa
This commit is contained in:
parent
26a8215eb5
commit
da9956a5b2
@ -43,7 +43,7 @@ public:
|
||||
, mClosure(aClosure)
|
||||
{}
|
||||
|
||||
NS_IMETHOD AddSubProfile(const char* aProfile);
|
||||
NS_IMETHOD AddSubProfile(const char* aProfile) MOZ_OVERRIDE;
|
||||
private:
|
||||
~ProfileSaveEvent() {}
|
||||
|
||||
|
@ -34,7 +34,7 @@ protected:
|
||||
}
|
||||
|
||||
public:
|
||||
NS_IMETHOD Run()
|
||||
NS_IMETHOD Run() MOZ_OVERRIDE
|
||||
{
|
||||
MonitorAutoLock mon(mMonitor);
|
||||
if (mStop)
|
||||
|
Loading…
Reference in New Issue
Block a user