This commit is contained in:
Aaron
2009-02-20 16:17:34 -05:00
parent 27841a5363
commit 592edec271

View File

@@ -306,7 +306,7 @@ namespace mongo {
if ( (*i)->done() )
return *i;
assert( false );
return shared_ptr< QueryOp >( reinterpret_cast< QueryOp* >( 0 ) );
return shared_ptr< QueryOp >();
}
class CountOp : public QueryOp {