diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-14 22:00:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 0995e3c4fe835e8265f9db5e33c3c2c2cdd0c9c1 (patch) | |
| tree | ad0d97e545e6155470877f19aa67f667a3370dd1 /src | |
| parent | ddb999544ab9da2a3a4760baf241a5ef8520c37e (diff) | |
Cleanup: fix header guard name and comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mono_j2k_picture_asset.h | 6 |
1 files 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" |
