fixed gnu warning

This commit is contained in:
Jeff Hill
2001-02-16 03:34:53 +00:00
parent f550878fed
commit a9fe5348d9
+2 -1
View File
@@ -376,7 +376,8 @@ casDGReadReg::~casDGReadReg()
void casDGReadReg::show(unsigned level) const
{
this->fdReg::show(level);
printf("casDGReadReg at %p\n", this);
printf("casDGReadReg at %p\n",
static_cast <const void *> ( this) );
}
//