Formatting, doxygen, typo aircrafts (to aircraft),

removed some debug output, {} in if statements
This commit is contained in:
Klaus Basan
2014-12-15 00:52:58 +01:00
parent ca19ee8053
commit 366769a6b8
43 changed files with 189 additions and 163 deletions

View File

@@ -59,7 +59,7 @@ namespace BlackMisc
};
//! Default constructor.
CPropertyIndex();
CPropertyIndex() = default;
//! Non nested index
CPropertyIndex(int singleProperty);