diff options
author | David Robillard <d@drobilla.net> | 2022-06-05 20:24:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-08 19:48:13 -0400 |
commit | 27ce10b5039e931eaad33e9499a630552d4e1f06 (patch) | |
tree | 9ad33d28562935d72f768e68e9d24531b6059d8a /src/mac_stub.m | |
parent | bb0fe3975df149eb45a21e39940f71e2273c8fd5 (diff) | |
download | pugl-27ce10b5039e931eaad33e9499a630552d4e1f06.tar.gz pugl-27ce10b5039e931eaad33e9499a630552d4e1f06.tar.bz2 pugl-27ce10b5039e931eaad33e9499a630552d4e1f06.zip |
Separate private and public function implementations
Diffstat (limited to 'src/mac_stub.m')
-rw-r--r-- | src/mac_stub.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac_stub.m b/src/mac_stub.m index a0d0322..ceffa6e 100644 --- a/src/mac_stub.m +++ b/src/mac_stub.m @@ -1,7 +1,7 @@ // Copyright 2019-2022 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "implementation.h" +#include "internal.h" #include "mac.h" #include "stub.h" |