Skip to content

Commit

Permalink
FIX: silenced macro redefined warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 2, 2021
1 parent cfb060f commit b832169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/osx/sys-clipboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
**
************************************************************************/

#include <AppKit/AppKit.h>
#include "reb-host.h"
#include "host-lib.h" // for OS_Make
#include <AppKit/AppKit.h>

void EmptyClipboard(void){
[[NSPasteboard generalPasteboard] clearContents];
Expand Down

0 comments on commit b832169

Please sign in to comment.