From 1bafe204b65f7ac9048664dc2ca5c7ac9eaa1d0d Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 5 Apr 2018 16:05:47 +1000 Subject: [PATCH] tuple/index: fix incorrect header guard --- tuple/index.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuple/index.hpp b/tuple/index.hpp index d2baf443..78941e10 100644 --- a/tuple/index.hpp +++ b/tuple/index.hpp @@ -14,8 +14,8 @@ * Copyright 2018 Danny Robson */ -#ifndef CRUFT_UTIL_TUPLE_VALUE_HPP -#define CRUFT_UTIL_TUPLE_VALUE_HPP +#ifndef CRUFT_UTIL_TUPLE_INDEX_HPP +#define CRUFT_UTIL_TUPLE_INDEX_HPP #include