--- nono/vm/thread.cpp 2026/04/29 17:05:09 1.1 +++ nono/vm/thread.cpp 2026/04/29 17:05:17 1.1.1.2 @@ -12,8 +12,8 @@ #include "mythread.h" // コンストラクタ -ThreadDevice::ThreadDevice(const std::string& objname_) - : inherited(objname_) +ThreadDevice::ThreadDevice(int objid_) + : inherited(objid_) { // スレッド名はデフォルトでこのオブジェクトと同じ名前にしておく。 // 継承側コンストラクタ等で SetThreadName() で変更してもよい。