Workaround gcc 4.7 error

This commit is contained in:
Roland Winklmeier
2015-03-29 16:33:11 +02:00
parent 9977d97a67
commit 3c077ef579

View File

@@ -534,7 +534,7 @@ namespace BlackMisc
return;
}
using Base = CValueObject<T, typename T::base_type>;
auto i = index.frontCasted<typename Base::ColumnIndex>();
auto i = index.frontCasted<typename CValueObject<T, typename T::base_type>::ColumnIndex>();
switch (i)
{
case Base::IndexIcon: