diff --git a/src/cas/generic/st/casIntfOS.cc b/src/cas/generic/st/casIntfOS.cc index 36c364135..43125dedf 100644 --- a/src/cas/generic/st/casIntfOS.cc +++ b/src/cas/generic/st/casIntfOS.cc @@ -76,7 +76,7 @@ casServerReg::~casServerReg() // // casIntfOS::show () // -void casIntfOS::show (unsigned level) +void casIntfOS::show (unsigned level) const { printf ("casIntfOS at %p\n", this); this->casDGIntfOS::show (level);