diff --git a/dtool/src/interrogate/wrapperBuilder.h b/dtool/src/interrogate/wrapperBuilder.h index dffe54bba7..473536e4cd 100644 --- a/dtool/src/interrogate/wrapperBuilder.h +++ b/dtool/src/interrogate/wrapperBuilder.h @@ -112,6 +112,7 @@ protected: bool convert_result = true, const vector &pexprs = vector()) const; + void write_spam_message(ostream &out) const; void write_quoted_string(ostream &out, const string &str) const; bool _is_valid;