BUG#: 8671
[tpot/pegasus.git.bak/pegasus.git] / src / Clients / cimcli / CIMCLIClient.cpp
index c2f9b803e3a642afc3a85c51fe46941827b9dfc1..a9a40831bed5639fdc6beef98c527cdd18a71caa 100644 (file)
@@ -806,7 +806,7 @@ CIMObjectPath _getObjectPath(Options& opts)
             if(!_selectInstance(opts, opts.getTargetObjectNameClassName(),
                                 thisPath))
             {
-                return(CIMObjectPath());
+                return((CIMObjectPath)CIMObjectPath());
             }
         }
     }