Removed deprecation errors in src/node.cc
authorJonas Pfenniger <jonas@pfenniger.name>
Wed, 24 Feb 2010 21:11:08 +0000 (22:11 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 24 Feb 2010 21:16:52 +0000 (13:16 -0800)
commit8f59cccb75904a2780cc7d9e4cb1adc63733bd4e
treeee41362dba737420973cca5fbb21a6b8992f0c44
parente0ecf4f8f58f1703b9c9db54376316242530d39c
Removed deprecation errors in src/node.cc

Removed constness on string litterals. This should cause no problem
since we're not modifying them.
src/node.cc