summaryrefslogtreecommitdiff
path: root/kern/system_events.hh
diff options
context:
space:
mode:
Diffstat (limited to 'kern/system_events.hh')
-rw-r--r--kern/system_events.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/system_events.hh b/kern/system_events.hh
index fdf2a06c9..7f658bde9 100644
--- a/kern/system_events.hh
+++ b/kern/system_events.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@ class FnEvent : public PCEvent
private:
std::string _name;
- Statistics::MainBin *myBin;
+ Stats::MainBin *myBin;
};
#endif // __SYSTEM_EVENTS_HH__