diff options
Diffstat (limited to 'src/vm/zapsig.h')
-rw-r--r-- | src/vm/zapsig.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/vm/zapsig.h b/src/vm/zapsig.h index 69be660ee6..d09290c27d 100644 --- a/src/vm/zapsig.h +++ b/src/vm/zapsig.h @@ -140,13 +140,11 @@ public: //-------------------------------------------------------------------- // Static helper encode/decode helper methods - static Module *DecodeModuleFromIndexes(Module *fromModule, - DWORD assemblyIndex, - DWORD moduleIndex); + static Module *DecodeModuleFromIndex(Module *fromModule, + DWORD index); - static Module *DecodeModuleFromIndexesIfLoaded(Module *fromModule, - DWORD assemblyIndex, - DWORD moduleIndex); + static Module *DecodeModuleFromIndexIfLoaded(Module *fromModule, + DWORD index); // referencingModule is the module that references the type. // fromModule is the module in which the type is defined. |