Fixes invalid declaration
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a2b52c5ed5
commit
b7c9944784
|
@ -154,7 +154,7 @@ namespace ArbUt {
|
||||||
/// @return A std::vector representation of the current list.
|
/// @return A std::vector representation of the current list.
|
||||||
std::vector<ValueT*>& GetStdList() noexcept { return _vector; }
|
std::vector<ValueT*>& GetStdList() noexcept { return _vector; }
|
||||||
|
|
||||||
inline OptionalUniquePtrList<ValueT>* GetListPointer() const { return this; }
|
inline UniquePtrList<ValueT>* GetListPointer() const { return this; }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue