From adbca39fef3402e5ce3b3b906c844fcd5a1d0472 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 27 Feb 2015 10:59:06 +0100 Subject: [PATCH] Fix include guard --- plugins/map_matching.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/map_matching.hpp b/plugins/map_matching.hpp index b4f65ad1e..d3fcccac3 100644 --- a/plugins/map_matching.hpp +++ b/plugins/map_matching.hpp @@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef MAP_MATCHING_HPP -#define MAP_MATCHING_HPP +#ifndef MAP_MATCHING_PLUGIN_HPP +#define MAP_MATCHING_PLUGIN_HPP #include "plugin_base.hpp"