From 0ee814c9aea34236b59956dd257636a543e4d519 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 19 Jul 2010 16:34:35 +0000 Subject: [PATCH] Corrected stupid error added during a last minute comment. --- wrap/qt/shot_qt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {