We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06874c2 commit 9695f75Copy full SHA for 9695f75
generators/include/pl/formatters/formatter.hpp
@@ -28,7 +28,7 @@ namespace pl::gen::fmt {
28
29
class FormatterPatternVisitor : public pl::PatternVisitor {
30
public:
31
- virtual ~FormatterPatternVisitor() = default;
+ ~FormatterPatternVisitor() override = default;
32
33
void enableMetaInformation(bool enable) { this->m_metaInformation = enable; }
34
[[nodiscard]] bool isMetaInformationEnabled() const { return this->m_metaInformation; }
0 commit comments