Fixed ifndef/define guard

This commit is contained in:
Klaus Basan
2017-07-14 19:58:32 +02:00
committed by Mathew Sutcliffe
parent 8c9e3541ee
commit 7370b6f33b

View File

@@ -9,8 +9,8 @@
//! \file
#ifndef BLACKGUI_COCKPITCOMPONENT_H
#define BLACKGUI_COCKPITCOMPONENT_H
#ifndef BLACKGUI_COMPONENTS_COCKPITCOMPONENT_H
#define BLACKGUI_COMPONENTS_COCKPITCOMPONENT_H
#include "blackgui/blackguiexport.h"
#include "blackgui/components/enablefordockwidgetinfoarea.h"