1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-05-04 22:47:46 -07:00

missing delete specifier (gen_unreal_engine)

This commit is contained in:
Edward R. Gonzalez 2025-02-04 22:37:28 -05:00
parent c0ea2ce3ff
commit ec8dd1e9cd

@ -24,4 +24,5 @@ Final, final
NoExceptions, noexcept
Override, override
Pure, = 0
Delete, = delete
Volatile, volatile

1 Invalid INVALID
24 NoExceptions noexcept
25 Override override
26 Pure = 0
27 Delete = delete
28 Volatile volatile