зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1145631 - Part 5: Replace MOZ_FINAL with final in the AccEventGen codegen; r=froydnj
This commit is contained in:
Родитель
bf2df719b1
Коммит
0e426229bd
|
@ -61,7 +61,7 @@ def print_header_file(fd, conf):
|
|||
classname = ("xpcAcc%s" % e)
|
||||
baseinterfaces = interfaces(iface)
|
||||
|
||||
fd.write("\nclass %s MOZ_FINAL : public %s\n" % (classname, iface.name))
|
||||
fd.write("\nclass %s final : public %s\n" % (classname, iface.name))
|
||||
fd.write("{\n")
|
||||
fd.write("public:\n")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче