aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_stub_backend.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-20 22:27:02 +0100
committerDavid Robillard <d@drobilla.net>2019-11-21 00:03:47 +0100
commit1e0b9d8d60d5e499775eddb30d53761379fa59e5 (patch)
treee46ccd04e81b907710a8873f2be6594689e2e6e4 /pugl/pugl_stub_backend.h
parent762c9c65f12b1cdd8f74c96683bb2a670ccdee5d (diff)
downloadpugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.gz
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.bz2
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.zip
Use consistent include guards
Diffstat (limited to 'pugl/pugl_stub_backend.h')
-rw-r--r--pugl/pugl_stub_backend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl_stub_backend.h b/pugl/pugl_stub_backend.h
index 7de6e14..8dba30d 100644
--- a/pugl/pugl_stub_backend.h
+++ b/pugl/pugl_stub_backend.h
@@ -18,8 +18,8 @@
@file pugl_stub_backend.h Stub backend functions and accessor declaration.
*/
-#ifndef PUGL_STUB_BACKEND_H
-#define PUGL_STUB_BACKEND_H
+#ifndef PUGL_PUGL_STUB_BACKEND_H
+#define PUGL_PUGL_STUB_BACKEND_H
#include "pugl/pugl.h"
@@ -110,4 +110,4 @@ puglStubGetContext(PuglView* view)
} /* extern "C" */
#endif
-#endif // PUGL_STUB_BACKEND_H
+#endif // PUGL_PUGL_STUB_BACKEND_H