[Paraview] pqLookmarkStateLoader.cxx bug?
Frederick Isaac
freddyisaac at yahoo.com
Thu Mar 27 03:48:12 EDT 2008
code is as follows
void pqLookmarkStateLoader::RegisterProxy(int id,
vtkSMProxy* proxy)
{
// Don't register a proxy that we are going to
ignore later
if(this->Internal->IdsOfProxyElementsToIgnore.contains(QString::number(id)))
{
return;
}
return this->Superclass::RegisterProxy(id, proxy);
}
ERROR: return returns value in void function
What should this be? any ideas?
Cheers
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
More information about the ParaView
mailing list