mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-16 03:31:48 -07:00
missing delete specifier (gen_unreal_engine)
This commit is contained in:
@ -24,4 +24,5 @@ Final, final
|
|||||||
NoExceptions, noexcept
|
NoExceptions, noexcept
|
||||||
Override, override
|
Override, override
|
||||||
Pure, = 0
|
Pure, = 0
|
||||||
|
Delete, = delete
|
||||||
Volatile, volatile
|
Volatile, volatile
|
||||||
|
|
Reference in New Issue
Block a user