Corrected stupid error added during a last minute comment.

This commit is contained in:
Paolo Cignoni 2010-07-19 16:34:35 +00:00
parent 1492587430
commit 0ee814c9ae
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
template <class ShotType>
bool ReadShotFromQDomNode(
ShotType &shot, /// the shot that will contain the read node
const QDomNode &node /// The XML node to be read)
const QDomNode &node) /// The XML node to be read
{
if(QString::compare(node.nodeName(),"CamParam")==0)
{