Fix include guard

This commit is contained in:
Patrick Niklaus 2015-02-27 10:59:06 +01:00
parent a2c88b607f
commit adbca39fef

View File

@ -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"