Commit 79fd6143 authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

lib/dbus/Values: use T::Traits, not T

This template was never instantiated, so the problem never occurred.
parent 8f89e3f7
......@@ -110,7 +110,7 @@ static WrapFixedArray<T> FixedArray(const T *_data,
template<typename... T>
struct WrapStruct {
using Traits = StructTypeTraits<T...>;
using Traits = StructTypeTraits<typename T::Traits...>;
std::tuple<const T&...> values;
......
Markdown is supported
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