diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/elaborate.h b/elaborate.h index 2255037e..ed8570f3 100644 --- a/elaborate.h +++ b/elaborate.h @@ -112,12 +112,7 @@ struct derived_probe: public probe derived_probe (probe* b); derived_probe (probe* b, probe_point* l); probe* base; // the original parsed probe - -private: - static unsigned last_probeidx; - -public: - std::string name; + virtual probe* basest () { return base->basest(); } virtual ~derived_probe () {} |