mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1145631 - Part 5: Replace MOZ_FINAL with final in the AccEventGen codegen; r=froydnj
This commit is contained in:
parent
164ce90b8d
commit
5dfe6bb2a1
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user