Skip to content

Commit

Permalink
dummy(): fix for missing inline keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Apr 7, 2020
1 parent 97766ca commit 63bd985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/c74_min_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace c74::min {
/// The dummy instance is used for the initial class reflection and wrapper configuration.
/// All instances after that point are valid (non-dummy) instances.

bool dummy() {
inline bool dummy() {
return this_class_dummy_constructed == false;
}

Expand Down

0 comments on commit 63bd985

Please sign in to comment.