Aircraft parser (FSX/P3D) added "sim.cfg" files as filter plus style

This commit is contained in:
Klaus Basan
2018-09-03 18:02:06 +02:00
committed by Roland Winklmeier
parent 82648038ac
commit b5aeffc31b
4 changed files with 10 additions and 9 deletions

View File

@@ -33,14 +33,14 @@ namespace BlackMisc
//! \remarks an entry in the aircraft.cfg is title, atc type, ...
//! This class already bundles relevant entries, hence the class is named Entries (plural)
class BLACKMISC_EXPORT CAircraftCfgEntries:
public BlackMisc::CValueObject<CAircraftCfgEntries>,
public BlackMisc::ITimestampBased
public CValueObject<CAircraftCfgEntries>,
public ITimestampBased
{
public:
//! Properties by index
enum ColumnIndex
{
IndexEntryIndex = BlackMisc::CPropertyIndex::GlobalIndexCAircraftCfgEntries,
IndexEntryIndex = CPropertyIndex::GlobalIndexCAircraftCfgEntries,
IndexFileName,
IndexTitle,
IndexAirline,