diff --git a/wrap/qt/shot_qt.h b/wrap/qt/shot_qt.h index 68e4cd58..bd5a21cf 100644 --- a/wrap/qt/shot_qt.h +++ b/wrap/qt/shot_qt.h @@ -9,7 +9,7 @@ template 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) {