From 691ffa3417ba4b9b69d0547496d86913b26146e4 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 25 Mar 2016 03:25:34 +0100 Subject: [PATCH] refs #618, real index for BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent --- src/blackgui/components/data/lastselections.h | 2 +- src/blackmisc/propertyindex.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blackgui/components/data/lastselections.h b/src/blackgui/components/data/lastselections.h index 1d3ac0bdf..68f96b9d4 100644 --- a/src/blackgui/components/data/lastselections.h +++ b/src/blackgui/components/data/lastselections.h @@ -32,7 +32,7 @@ namespace BlackGui //! Properties by index enum ColumnIndex { - IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCCountry + 33 + IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent }; //! Simulator last selected diff --git a/src/blackmisc/propertyindex.h b/src/blackmisc/propertyindex.h index 6bb241a81..9a85f0ef8 100644 --- a/src/blackmisc/propertyindex.h +++ b/src/blackmisc/propertyindex.h @@ -95,6 +95,7 @@ namespace BlackMisc GlobalIndexCGlobalSetup = 12000, GlobalIndexCUpdateInfo = 12100, GlobalIndexCVatsimSetup = 12200, + GlobalIndexCDbOwnModelsComponent = 14000, GlobalIndexAbuseMode = 20000 // property index abused as map key or otherwise, to be removed if no longer needed };