1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00

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"