diff -r bd67c96aeb8b753fdfec559de7386ea901b2a141 -r fcb925a41df24af84df7072c7ec1491988217440 include/ptypes.h --- a/include/ptypes.h Sun May 12 21:16:53 2013 -0500 +++ b/include/ptypes.h Sun May 12 21:40:24 2013 -0500 @@ -421,7 +421,8 @@ /*#ifndef DEBUG static #endif*/ - void idxerror() const { fatal(CRIT_FIRST + 30, "List index out of bounds"); } + static void idxerror() { fatal(CRIT_FIRST + 30, "List index out of bounds"); } + //void idxerror() const { fatal(CRIT_FIRST + 30, "List index out of bounds"); } _podlist& operator =(const _podlist& t);