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 Evgeny Sizikov, 14 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  
    7979    explicit Stem(const std::string &language);
    8080
    8181    /// Destructor.
    82     ~Stem();
     82    virtual ~Stem();
    8383
    8484    /** Stem a word.
    8585     *