Skip to content

Commit

Permalink
Merge pull request #27 from kevin--/remove-extra-semi
Browse files Browse the repository at this point in the history
remove extraneous semi colon to suppress -Wextra-semi
  • Loading branch information
fr00b0 committed Sep 22, 2021
2 parents 27f55a6 + 23fdd44 commit 5558a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nod/nod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace nod {
};
/// Deleter that doesn't delete
inline void no_delete(disconnector*){
};
}
} // namespace detail

/// Base template for the signal class
Expand Down

0 comments on commit 5558a42

Please sign in to comment.