diff options
Diffstat (limited to 'kern/tru64/tru64_events.hh')
-rw-r--r-- | kern/tru64/tru64_events.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64_events.hh b/kern/tru64/tru64_events.hh index a8f0eb865..2067f2ef3 100644 --- a/kern/tru64/tru64_events.hh +++ b/kern/tru64/tru64_events.hh @@ -92,7 +92,7 @@ class FnEvent : public PCEvent private: std::string _name; - Statistics::GenBin *myBin; + Statistics::MainBin *myBin; }; #endif //FS_MEASURE #endif // __TRU64_EVENTS_HH__ |