--- src/tmplchunk.h.orig	2001-06-25 20:00:25.000000000 +0700
+++ src/tmplchunk.h	2010-06-15 12:58:31.000000000 +0600
@@ -31,7 +31,7 @@
     void Append(CTmplChunk*& pStart, CTmplChunk*& pEnd);
     /** verifies this chunk against the data given by pos and parm.
      *  pos is incremented by the length of the chunk */
-    virtual int CTmplChunk::Verify(const char*& pos, const char* parm);
+    virtual int Verify(const char*& pos, const char* parm);
     /** dump the chunk list */
     virtual void Dump();
 public: // Public attributes