Fix the mistyping header guard in the idcompletiondelegate.hpp

This commit is contained in:
Stanislav Bas 2015-05-31 18:22:43 +03:00
parent e636101725
commit dbe61115b2

View file

@ -1,5 +1,5 @@
#ifndef CSV_WORLD_IDCOMPLETIONMANAGER_HPP
#define CSV_WORLD_IDCOMPLETIONMANAGER_HPP
#ifndef CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
#define CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
#include "util.hpp"