Fixed broken include guard, detected by clang.

This commit is contained in:
Mathew Sutcliffe
2015-05-31 21:00:16 +01:00
parent d4c5dff17a
commit 6a2af9d387

View File

@@ -9,7 +9,7 @@
//! \file //! \file
#ifndef BLACKMISC_SIMULATION_FSCOMMON_AIRCRAFTCFPARSER_H #ifndef BLACKMISC_SIMULATION_FSCOMMON_AIRCRAFTCFGPARSER_H
#define BLACKMISC_SIMULATION_FSCOMMON_AIRCRAFTCFGPARSER_H #define BLACKMISC_SIMULATION_FSCOMMON_AIRCRAFTCFGPARSER_H
#include "blackmisc/blackmiscexport.h" #include "blackmisc/blackmiscexport.h"