Skip to content

Commit 2db6676

Browse files
committed
minor nits
1 parent 4ce6192 commit 2db6676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongo/client/dbclientinterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ namespace mongo {
607607

608608
virtual void insert( const std::string &ns, const std::vector< BSONObj >& v , int flags=0, const WriteConcern* wc=NULL ) = 0;
609609

610-
virtual void remove( const std::string &ns , Query query, bool justOne = 0, const WriteConcern* wc=NULL ) = 0;
610+
virtual void remove( const std::string &ns, Query query, bool justOne = false, const WriteConcern* wc=NULL ) = 0;
611611

612-
virtual void remove( const std::string &ns , Query query, int flags, const WriteConcern* wc=NULL ) = 0;
612+
virtual void remove( const std::string &ns, Query query, int flags, const WriteConcern* wc=NULL ) = 0;
613613

614614
virtual void update( const std::string &ns,
615615
Query query,

0 commit comments

Comments
 (0)