mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Workaround gcc 4.7 error
This commit is contained in:
@@ -534,7 +534,7 @@ namespace BlackMisc
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
using Base = CValueObject<T, typename T::base_type>;
|
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)
|
switch (i)
|
||||||
{
|
{
|
||||||
case Base::IndexIcon:
|
case Base::IndexIcon:
|
||||||
|
|||||||
Reference in New Issue
Block a user