diff --git a/panda/src/downloader/patcher.h b/panda/src/downloader/patcher.h index a11bfa4476..289f912e0b 100644 --- a/panda/src/downloader/patcher.h +++ b/panda/src/downloader/patcher.h @@ -29,7 +29,7 @@ PUBLISHED: Patcher(PT(Buffer) buffer); virtual ~Patcher(void); - int initialize(Filename &patch, Filename &infile); + int initiate(Filename &patch, Filename &infile); int run(void); private: