Skip to content

Commit

Permalink
today
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jul 2, 2024
1 parent 9a47b99 commit b08d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pya2l/extensions/parameter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Parameter {
m_type(PredefinedType::Tuple), m_multiple(false), m_tuple{ true }, m_counter{ counter }, m_tuple_elements{ elements } {
}

~Parameter() noexcept = default;
virtual ~Parameter() noexcept = default;

PredefinedType get_type() const noexcept {
return m_type;
Expand Down

0 comments on commit b08d5f1

Please sign in to comment.