Ignore:
Timestamp:
Jan 7, 2007, 4:12:53 AM (18 years ago)
Author:
dai_9181
Message:

実体オブジェクトを戻り値に持つ静的メソッドをクラス内から呼び出すと「パラメータが異なる」というエラーが出るバグを修正。
Exceptionに関するファイルを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_CallProc.cpp

    r20 r26  
    278278                return -1;
    279279            }
     280
     281            //静的メンバ
     282            bStatic=1;
    280283        }
    281284
Note: See TracChangeset for help on using the changeset viewer.