Ticket #25262: patch-src-tmplchunk.h.diff

File patch-src-tmplchunk.h.diff, 542 bytes (added by smibrahim@…, 14 years ago)
  • src/tmplchunk.h

    old new  
    3131    void Append(CTmplChunk*& pStart, CTmplChunk*& pEnd);
    3232    /** verifies this chunk against the data given by pos and parm.
    3333     *  pos is incremented by the length of the chunk */
    34     virtual int CTmplChunk::Verify(const char*& pos, const char* parm);
     34    virtual int Verify(const char*& pos, const char* parm);
    3535    /** dump the chunk list */
    3636    virtual void Dump();
    3737public: // Public attributes