From 9ed640084d8fe60f445ad002da32ceceb58dba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 8 Aug 2016 17:32:40 +0100 Subject: [PATCH] Fix broken include guard. --- src/ops/removevolumegroupoperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ops/removevolumegroupoperation.h b/src/ops/removevolumegroupoperation.h index 58f16d2..0d8130a 100644 --- a/src/ops/removevolumegroupoperation.h +++ b/src/ops/removevolumegroupoperation.h @@ -15,7 +15,7 @@ * along with this program. If not, see .* *************************************************************************/ -#if !defined(REMOVEVOLUMEOPERATION_H) +#if !defined(REMOVEVOLUMEGROUPOPERATION_H) #define REMOVEVOLUMEGROUPOPERATION_H