Corrected stupid error added during a last minute comment.
This commit is contained in:
parent
1492587430
commit
0ee814c9ae
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue