Bug 1110039 followup: Add 'override' keyword to Name() decl in AccessibleCaretEventHub's macro NS_IMPL_STATE_UTILITIES. rs=ehsan

This commit is contained in:
Daniel Holbert 2015-05-12 10:00:10 -07:00
parent d32c112a6b
commit f587a49976

View File

@ -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; \