зеркало из https://github.com/mozilla/gecko-dev.git
Bug 774016 - Remove extra ;. r=khuey.
This commit is contained in:
Родитель
850d0875ba
Коммит
61a4f26d9c
|
@ -441,7 +441,7 @@ private:
|
|||
typedef KeyClass::KeyTypePointer KeyTypePointer;
|
||||
|
||||
FontTableHashEntry(KeyTypePointer aTag)
|
||||
: KeyClass(aTag), mBlob() { };
|
||||
: KeyClass(aTag), mBlob() { }
|
||||
// Copying transfers blob association.
|
||||
FontTableHashEntry(FontTableHashEntry& toCopy)
|
||||
: KeyClass(toCopy), mBlob(toCopy.mBlob)
|
||||
|
|
Загрузка…
Ссылка в новой задаче