comparison EditDistance.hpp @ 34:fda70a362ed5

Remove whitespace.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 21:33:24 +0200
parents 06166d6c083b
children f711ddb56ae7
comparison
equal deleted inserted replaced
33:44a3c32dd0cb 34:fda70a362ed5
19 //typedef QHash<OrderedPair<QString>, int> cacheType; 19 //typedef QHash<OrderedPair<QString>, int> cacheType;
20 public: 20 public:
21 static int Compute(QString a, QString b, bool removeDiacritics = false); 21 static int Compute(QString a, QString b, bool removeDiacritics = false);
22 static QString removeDiacritics(QString in); 22 static QString removeDiacritics(QString in);
23 23
24 //static cacheType cache; 24 //static cacheType cache;
25 static cacheType* cache; 25 static cacheType* cache;
26 }; 26 };
27 27
28 #endif //EDITDISTANCE_HPP 28 #endif //EDITDISTANCE_HPP