mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Workaround gcc 4.7 error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user