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 31 31 void Append(CTmplChunk*& pStart, CTmplChunk*& pEnd); 32 32 /** verifies this chunk against the data given by pos and parm. 33 33 * 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); 35 35 /** dump the chunk list */ 36 36 virtual void Dump(); 37 37 public: // Public attributes