macos.mm
: incorrect function name (fileContent vs fileContents)
#231
Labels
bug
Something isn't working
Describe the bug
After some adjustments to compiler
macos.mm
on 10.6, I got the error thatfileContent
is not declared.It is used here
Clipboard/src/cb/src/platforms/macos.mm
Line 25 in 485a668
This seems to be a genuine bug unrelated to macOS version, since included header declares
fileContents
instead:Clipboard/src/cb/src/clipboard.hpp
Line 152 in 485a668
To Reproduce
Well, run the build.
Expected behavior
This error should not happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version
0.10.0, but the same issue seems to exist in the current main branch.
The text was updated successfully, but these errors were encountered: