diff options
Diffstat (limited to 'src/implementation.h')
-rw-r--r-- | src/implementation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/implementation.h b/src/implementation.h index 3a8b6ca..6d961a8 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -19,8 +19,8 @@ @brief Shared declarations for implementation. */ -#ifndef PUGL_DETAIL_IMPLEMENTATION_H -#define PUGL_DETAIL_IMPLEMENTATION_H +#ifndef PUGL_IMPLEMENTATION_H +#define PUGL_IMPLEMENTATION_H #include "types.h" @@ -84,4 +84,4 @@ puglSetInternalClipboard(PuglView* view, PUGL_END_DECLS -#endif // PUGL_DETAIL_IMPLEMENTATION_H +#endif // PUGL_IMPLEMENTATION_H |