blob: 4e7e8c450365576a9a07f4bb25c9b00675a99c79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- isql++/isql++.h.orig 2013-11-18 21:03:56.000000000 +0700
+++ isql++/isql++.h 2013-11-18 21:04:06.000000000 +0700
@@ -115,7 +115,7 @@
string buffer_;
struct ltcasestr {
- bool operator()(const string& s1, const string& s2) {
+ bool operator()(const string& s1, const string& s2) const {
return strcasecmp(s1.c_str(),s2.c_str())<0;
}
};
|