Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2926/src/libopenvrml/openvrml
Modified Files:
Vrml97Parser.g
Log Message:
Removed unused exception variable from catch block.
Index: Vrml97Parser.g
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/Vrml97Parser.g,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Vrml97Parser.g 8 Dec 2005 06:50:12 -0000 1.44
--- Vrml97Parser.g 12 Dec 2005 19:23:08 -0000 1.45
***************
*** 1259,1263 ****
LT(1)->getColumn());
}
! catch [std::bad_cast & ex] {
throw SemanticException("incorrect value type for field or "
"exposedField",
--- 1259,1263 ----
LT(1)->getColumn());
}
! catch [std::bad_cast &] {
throw SemanticException("incorrect value type for field or "
"exposedField",
|