mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix compile on Linux
This commit is contained in:
@@ -45,7 +45,7 @@ namespace caf
|
||||
// This is a template function, and auto is used to allow the compiler to deduce the type of the arguments
|
||||
void setValueWithFieldChanged( auto fieldHandle, auto fieldValue )
|
||||
{
|
||||
PdmUiFieldHandleInterface* uiFieldHandleInterface = fieldHandle->capability<PdmUiFieldHandleInterface>();
|
||||
PdmUiFieldHandleInterface* uiFieldHandleInterface = fieldHandle->template capability<PdmUiFieldHandleInterface>();
|
||||
|
||||
if ( uiFieldHandleInterface )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user