From 0995e3c4fe835e8265f9db5e33c3c2c2cdd0c9c1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Nov 2023 22:00:14 +0100 Subject: Cleanup: fix header guard name and comment. --- src/mono_j2k_picture_asset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mono_j2k_picture_asset.h b/src/mono_j2k_picture_asset.h index 0512d1f0..f7cae5dc 100644 --- a/src/mono_j2k_picture_asset.h +++ b/src/mono_j2k_picture_asset.h @@ -32,13 +32,13 @@ */ -/** @file src/mono_picture_asset.cc +/** @file src/mono_j2k_picture_asset.h * @brief MonoJ2KPictureAsset class */ -#ifndef LIBDCP_MONO_PICTURE_ASSET_H -#define LIBDCP_MONO_PICTURE_ASSET_H +#ifndef LIBDCP_J2K_MONO_PICTURE_ASSET_H +#define LIBDCP_J2K_MONO_PICTURE_ASSET_H #include "j2k_picture_asset.h" -- cgit v1.2.3