aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/qos_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/qos_map.hpp')
-rw-r--r--extras/vom/vom/qos_map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/qos_map.hpp b/extras/vom/vom/qos_map.hpp
index d722004177b..8d235c4994b 100644
--- a/extras/vom/vom/qos_map.hpp
+++ b/extras/vom/vom/qos_map.hpp
@@ -35,7 +35,7 @@ namespace QoS {
class map : public object_base
{
public:
- typedef std::array<std::array<uint8_t, 256>, 4> outputs_t;
+ typedef std::array<std::array<bits_t, 256>, 4> outputs_t;
map(uint32_t id, const outputs_t& o);
map(const map& r);