Fixed broken link URLs in comments.

This commit is contained in:
Mathew Sutcliffe
2017-01-17 23:46:21 +00:00
parent aef07e6256
commit 1c7fb518ca
12 changed files with 12 additions and 12 deletions

View File

@@ -766,7 +766,7 @@ namespace BlackGui
}
// see here for the reason of thess forward instantiations
// http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html
// https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl
template class CListModelBase<BlackMisc::Aviation::CLivery, BlackMisc::Aviation::CLiveryList, true>;
template class CListModelBase<BlackMisc::CIdentifier, BlackMisc::CIdentifierList, false>;
template class CListModelBase<BlackMisc::CStatusMessage, BlackMisc::CStatusMessageList, true>;