Skip to content

Commit

Permalink
Add default destructor to EmitFromEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored and jbeder committed Dec 28, 2023
1 parent c7639e8 commit 94710bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/yaml-cpp/emitfromevents.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Emitter;
class EmitFromEvents : public EventHandler {
public:
EmitFromEvents(Emitter& emitter);
~EmitFromEvents() override = default;

void OnDocumentStart(const Mark& mark) override;
void OnDocumentEnd() override;
Expand Down

0 comments on commit 94710bb

Please sign in to comment.