X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fcpp-common%2Fbt2%2Fcomponent-class.hpp;h=3d30ad35f0f79ed758dae3a2a850bdd7e48dd5cd;hb=1c5ea5eb3a9adbc3adc4a3a36a6cf09f7fa05bf1;hp=e32ba34ae6811be0558401ce3f3f05de0b91b057;hpb=eee15e593cc1c99b61d5d7089aea2f47e820b461;p=babeltrace.git diff --git a/src/cpp-common/bt2/component-class.hpp b/src/cpp-common/bt2/component-class.hpp index e32ba34a..3d30ad35 100644 --- a/src/cpp-common/bt2/component-class.hpp +++ b/src/cpp-common/bt2/component-class.hpp @@ -54,9 +54,9 @@ public: enum class Type { - SOURCE = BT_COMPONENT_CLASS_TYPE_SOURCE, - FILTER = BT_COMPONENT_CLASS_TYPE_FILTER, - SINK = BT_COMPONENT_CLASS_TYPE_SINK, + Source = BT_COMPONENT_CLASS_TYPE_SOURCE, + Filter = BT_COMPONENT_CLASS_TYPE_FILTER, + Sink = BT_COMPONENT_CLASS_TYPE_SINK, }; explicit CommonComponentClass(const LibObjPtr libObjPtr) noexcept :