From 4d72087e272014497dbf0f5a823fc1fcf0bd79ba Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 9 Apr 2015 19:21:59 +0200 Subject: [PATCH] Fix include guard --- implementations/caching/CachingBlockStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/caching/CachingBlockStore.h b/implementations/caching/CachingBlockStore.h index 45f8741c..1a0ac69f 100644 --- a/implementations/caching/CachingBlockStore.h +++ b/implementations/caching/CachingBlockStore.h @@ -1,6 +1,6 @@ #pragma once #ifndef BLOCKSTORE_IMPLEMENTATIONS_CACHING_CACHINGBLOCKSTORE_H_ -#define BLOCKSTORE_IMPLEMENTATIONS_CACHIN_CACHINGBLOCKSTORE_H_ +#define BLOCKSTORE_IMPLEMENTATIONS_CACHING_CACHINGBLOCKSTORE_H_ #include