Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
aae856fee7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/interrogate/wrapperBuilder.h

+ 1 - 0
dtool/src/interrogate/wrapperBuilder.h

@@ -112,6 +112,7 @@ protected:
 		       bool convert_result = true,
 		       const vector<string> &pexprs = vector<string>()) const;
 
+  void write_spam_message(ostream &out) const;
   void write_quoted_string(ostream &out, const string &str) const;
 
   bool _is_valid;