diff --git a/renderdoc/os/posix/apple/apple_hook.cpp b/renderdoc/os/posix/apple/apple_hook.cpp index 1831b0fa5..33ed8314d 100644 --- a/renderdoc/os/posix/apple/apple_hook.cpp +++ b/renderdoc/os/posix/apple/apple_hook.cpp @@ -32,6 +32,10 @@ void LibraryHooks::BeginHookRegistration() // nothing to do } +void LibraryHooks::RegisterFunctionHook(const char *libraryName, const FunctionHook &hook) +{ +} + void LibraryHooks::RegisterLibraryHook(char const *, FunctionLoadCallback cb) { if(cb)