lemon/grid_ugraph.h
changeset 2151 38ec4a930c05
parent 2116 b6a68c15a6a3
child 2207 75a29ac69c19
     1.1 --- a/lemon/grid_ugraph.h	Tue Jul 18 12:10:52 2006 +0000
     1.2 +++ b/lemon/grid_ugraph.h	Tue Jul 18 13:29:59 2006 +0000
     1.3 @@ -117,7 +117,7 @@
     1.4  
     1.5      class IndexError : public RuntimeError {
     1.6      public:
     1.7 -      virtual const char* exceptionName() const {
     1.8 +      virtual const char* what() const throw() {
     1.9          return "lemon::GridUGraph::IndexError";
    1.10        }  
    1.11      };