0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Compile linux

This commit is contained in:
Aaron 2009-02-20 16:12:22 -05:00
parent 3c33cbe8e7
commit 27841a5363

View File

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