Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit bc7f0fd

Browse files
committed
dev
1 parent 28e0f78 commit bc7f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PluginProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NdiAudioProcessor::NdiAudioProcessor()
2727

2828
#ifdef __APPLE__
2929
ndi_runtime_path_included =
30-
File::File("/usr/local/lib")
30+
File("/usr/local/lib")
3131
.getChildFile(NDILIB_LIBRARY_NAME)
3232
.getFullPathName();
3333
#endif

0 commit comments

Comments
 (0)