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 branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ public: ...@@ -41,6 +41,7 @@ public:
return T::var_repr(var_acc_.get_name()); return T::var_repr(var_acc_.get_name());
} }
protected: protected:
typedef FunctionBase::BaseRetValPtr BaseRetValPtr;
/** /**
* Return value held by the underlying variable. * Return value held by the underlying variable.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment