diff options
Diffstat (limited to 'public/frameworks')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/headers/Object.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Object.h b/public/frameworks/CoreFoundation.fwrk/headers/Object.h index 5cb2050a..59ff8ff1 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Object.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Object.h @@ -20,5 +20,7 @@ class CFObject { virtual ~CFObject() = default; LIBSYS_COPY_DEFAULT(CFObject); + + virtual const Char* Name() { return "[\"CFObject\"];"; } }; -} // namespace CF
\ No newline at end of file +} // namespace CF |
