Skip to content
Snippets Groups Projects
Commit 5daa46b5 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fixing build break on GCC, the typedef has to be there apparently

parent 6bafe6ef
No related merge requests found
......@@ -41,6 +41,7 @@ public:
return T::var_repr(var_acc_.get_name());
}
protected:
typedef FunctionBase::BaseRetValPtr BaseRetValPtr;
/**
* Return value held by the underlying variable.
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment