added const to show () vf

This commit is contained in:
Jeff Hill
2001-02-15 21:09:52 +00:00
parent 47d9285617
commit 94fa715e96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "epicsThread.h"
void epicsThreadRunable::stop() {};
void epicsThreadRunable::show(unsigned int) {};
void epicsThreadRunable::show(unsigned int) const {};
void epicsThreadCallEntryPoint ( void *pPvt )
{