pointPatchField: Define typedef value_type locally as it is not inherited from UList

This commit is contained in:
Henry Weller
2019-09-08 16:36:54 +01:00
parent f2fe387423
commit a9bfb223ff

View File

@ -101,6 +101,7 @@ class pointPatchField
public: public:
typedef Type value_type;
typedef pointPatch Patch; typedef pointPatch Patch;
typedef calculatedPointPatchField<Type> Calculated; typedef calculatedPointPatchField<Type> Calculated;