From b41c5bde9677aa85dd68537716e8a2e01c79fcba Mon Sep 17 00:00:00 2001 From: Laurens Voerman Date: Tue, 21 May 2019 13:29:47 +0200 Subject: [PATCH] fix typo in header guard. --- src/osgPlugins/ive/VolumeCompositeLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/ive/VolumeCompositeLayer.h b/src/osgPlugins/ive/VolumeCompositeLayer.h index c511ae2c5..79f280e26 100644 --- a/src/osgPlugins/ive/VolumeCompositeLayer.h +++ b/src/osgPlugins/ive/VolumeCompositeLayer.h @@ -1,4 +1,4 @@ -#ifndef IVE_VOLIMECOMPOSITELAYER +#ifndef IVE_VOLUMECOMPOSITELAYER #define IVE_VOLUMECOMPOSITELAYER 1 #include