Ticket #448: xapian-core-1.0.17-stem-virtual-destructor.patch
File xapian-core-1.0.17-stem-virtual-destructor.patch, 422 bytes (added by , 15 years ago) |
---|
-
include/xapian/stem.h
diff -urN xapian-core-1.0.17.orig/include/xapian/stem.h xapian-core-1.0.17/include/xapian/stem.h
old new 79 79 explicit Stem(const std::string &language); 80 80 81 81 /// Destructor. 82 ~Stem();82 virtual ~Stem(); 83 83 84 84 /** Stem a word. 85 85 *