summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/mct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/mct.h')
-rw-r--r--src/lib/openjp2/mct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/openjp2/mct.h b/src/lib/openjp2/mct.h
index 293cdfe8..0ed980e8 100644
--- a/src/lib/openjp2/mct.h
+++ b/src/lib/openjp2/mct.h
@@ -37,8 +37,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __MCT_H
-#define __MCT_H
+#ifndef OPJ_MCT_H
+#define OPJ_MCT_H
/**
@file mct.h
@brief Implementation of a multi-component transforms (MCT)
@@ -156,4 +156,4 @@ const OPJ_FLOAT64 * opj_mct_get_mct_norms_real(void);
/*@}*/
-#endif /* __MCT_H */
+#endif /* OPJ_MCT_H */