diff options
Diffstat (limited to 'pugl/pugl_stub_backend.h')
-rw-r--r-- | pugl/pugl_stub_backend.h | 6 |
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 |