36,40c36,37
< void
< sc_export_base::warn_unimpl(const char *func) const
< {
< warn("%s not implemented.\n", func);
< }
---
> sc_export_base::sc_export_base(const char *n) : sc_object(n) {}
> sc_export_base::~sc_export_base() {}