compound: make compound_type::type() const

Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>
This commit is contained in:
Paweł Dziepak
2015-06-02 14:04:33 +02:00
parent 8e66bfc9d4
commit 13e8ca96f1

View File

@@ -55,7 +55,7 @@ public:
compound_type(compound_type&&) = default;
auto const& types() {
auto const& types() const {
return _types;
}