X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ffield.hpp;h=23c67b04ce1ebe705172523624af6b3ff34dcf2d;hp=bad66a39afe5a3bc8350b16c7d0b766a4be2ebe5;hb=d7bfb9b0fa35679d3e728b9165699d9faf905539;hpb=0220be14254fac4f7af642fd6630282b29776a70 diff --git a/src/bin/lttng-sessiond/field.hpp b/src/bin/lttng-sessiond/field.hpp index bad66a39a..23c67b04c 100644 --- a/src/bin/lttng-sessiond/field.hpp +++ b/src/bin/lttng-sessiond/field.hpp @@ -221,7 +221,7 @@ class array_type : public type { public: array_type(unsigned int alignment, type::cuptr element_type); - const type::cuptr element_type; + const type::cuptr element_type; protected: virtual bool _is_equal(const type& base_other) const noexcept override;