Skip to content

Commit d250917

Browse files
committed
Add default constructor to fine::Term
1 parent c5323fd commit d250917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fine.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ class Term {
132132
// (and the nif signature).
133133

134134
public:
135+
Term() {}
136+
135137
Term(const ERL_NIF_TERM &term) : term(term) {}
136138

137139
operator ERL_NIF_TERM() const { return this->term; }

0 commit comments

Comments
 (0)