forked from mirror/openmw-tes3mp
Fix the mistyping header guard in the idcompletiondelegate.hpp
This commit is contained in:
parent
e636101725
commit
dbe61115b2
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue