aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 84e8a17..aa17b7f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,8 +1,8 @@
// Copyright 2012-2020 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef PUGL_DETAIL_TYPES_H
-#define PUGL_DETAIL_TYPES_H
+#ifndef PUGL_SRC_TYPES_H
+#define PUGL_SRC_TYPES_H
#include "pugl/pugl.h"
@@ -95,4 +95,4 @@ struct PuglBackendImpl {
void* (*getContext)(PuglView*);
};
-#endif // PUGL_DETAIL_TYPES_H
+#endif // PUGL_SRC_TYPES_H