Changeset 87 in dev for BasicCompiler32/Compile_Func.cpp
- Timestamp:
- Apr 1, 2007, 2:28:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Func.cpp
r79 r87 254 254 255 255 //オーバーロードを解決 256 pUserProc=OverloadSolution(name,subs,House:: procPointers[ProcPtr_BaseIndex]->Params(), Type() );256 pUserProc=OverloadSolution(name,subs,House::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() ); 257 257 258 258 if(!pUserProc){
Note:
See TracChangeset
for help on using the changeset viewer.