0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

can't inline isOk

This commit is contained in:
Eliot Horowitz 2010-03-11 11:40:27 -05:00
parent 43ab678aa0
commit 4557de5376

View File

@ -105,7 +105,7 @@ namespace mongo {
/* --- dbclientcommands --- */
inline bool DBClientWithCommands::isOk(const BSONObj& o) {
bool DBClientWithCommands::isOk(const BSONObj& o) {
return o.getIntField("ok") == 1;
}