diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index 426b8ee2..689c35af 100644 --- a/elaborate.h +++ b/elaborate.h @@ -140,6 +140,10 @@ struct derived_probe: public probe protected: void emit_probe_prologue (translator_output* o, const std::string&); void emit_probe_epilogue (translator_output* o); + +public: + static void emit_common_header (translator_output* o); + // from c_unparser::emit_common_header }; // ------------------------------------------------------------------------ |