The method link_preload_finish is not static.

This commit is contained in:
Doug Rabson 2003-09-20 17:39:32 +00:00
parent cfbe010793
commit ab7a2646e0

View File

@ -102,6 +102,6 @@ STATICMETHOD int link_preload {
const char* filename;
linker_file_t* result;
};
STATICMETHOD int link_preload_finish {
METHOD int link_preload_finish {
linker_file_t file;
};