diff options
Diffstat (limited to 'translate.h')
-rw-r--r-- | translate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.h b/translate.h index f756ee62..ab0ad98b 100644 --- a/translate.h +++ b/translate.h @@ -85,7 +85,7 @@ struct unparser // .... // } - virtual void emit_probe (derived_probe* v, unsigned i) = 0; + virtual void emit_probe (derived_probe* v) = 0; // void probe_NUMBER (struct context* c) { // ... lifecycle // .... |