diff options
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/resources/imageposition.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/imageposition.h b/src/enums/resources/imageposition.h index 0ba90f316..0714367c4 100644 --- a/src/enums/resources/imageposition.h +++ b/src/enums/resources/imageposition.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ENUMS_RESOURCES_IMAGERECT_H -#define ENUMS_RESOURCES_IMAGERECT_H +#ifndef ENUMS_RESOURCES_IMAGEPOSIITON_H +#define ENUMS_RESOURCES_IMAGEPOSIITON_H #include "localconsts.h" @@ -58,4 +58,4 @@ namespace ImagePosition }; } // namespace imagePosition -#endif // ENUMS_RESOURCES_IMAGERECT_H +#endif // ENUMS_RESOURCES_IMAGEPOSIITON_H |