diff --git a/Storage/Disk/Controller/DiskController.hpp b/Storage/Disk/Controller/DiskController.hpp index 55f7dcc5c..67f9d0ea2 100644 --- a/Storage/Disk/Controller/DiskController.hpp +++ b/Storage/Disk/Controller/DiskController.hpp @@ -29,9 +29,9 @@ namespace Disk { TODO: communication of head size and permissible stepping extents, appropriate simulation of gain. */ class Controller: - public Drive::EventDelegate, public ClockingHint::Source, - public ClockingHint::Observer { + private Drive::EventDelegate, + private ClockingHint::Observer { protected: /*! Constructs a @c Controller that will be run at @c clock_rate.