mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1110039 followup: Add 'override' keyword to Name() decl in AccessibleCaretEventHub's macro NS_IMPL_STATE_UTILITIES. rs=ehsan
This commit is contained in:
parent
d32c112a6b
commit
f587a49976
@ -170,7 +170,7 @@ class AccessibleCaretEventHub::State
|
||||
{
|
||||
public:
|
||||
#define NS_IMPL_STATE_UTILITIES(aClassName) \
|
||||
virtual const char* Name() const { return #aClassName; } \
|
||||
virtual const char* Name() const override { return #aClassName; } \
|
||||
static aClassName* Singleton() \
|
||||
{ \
|
||||
static aClassName singleton; \
|
||||
|
Loading…
Reference in New Issue
Block a user