summaryrefslogtreecommitdiff
path: root/client/connpool.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2011-01-18 19:51:09 -0500
committerMathias Stearn <mathias@10gen.com>2011-01-18 19:55:11 -0500
commit371e0b3b57f7892fb0adc6a421e4ba26875f5433 (patch)
treee2ba203550a9904ae602d73ddc198dd622385405 /client/connpool.h
parentc92162b32db4ff5d7fed97fe7c5392f8f0127a3d (diff)
downloadmongo-371e0b3b57f7892fb0adc6a421e4ba26875f5433.tar.gz
more windows fixes
Diffstat (limited to 'client/connpool.h')
-rw-r--r--client/connpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/connpool.h b/client/connpool.h
index c50cff69e51..8698c2390dc 100644
--- a/client/connpool.h
+++ b/client/connpool.h
@@ -101,7 +101,7 @@ namespace mongo {
/** compares server namees, but is smart about replica set names */
struct serverNameCompare {
- bool operator()( const string& a , const string& b );
+ bool operator()( const string& a , const string& b ) const;
};
private: