mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-26 18:04:06 +00:00
Rename parameter p_stack to p_stackSize in MxThread::Start method (#1452)
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
// Note: Comes before virtual destructor
|
||||
virtual MxResult Run();
|
||||
|
||||
MxResult Start(MxS32 p_stack, MxS32 p_flag);
|
||||
MxResult Start(MxS32 p_stackSize, MxS32 p_flag);
|
||||
|
||||
void Terminate();
|
||||
void Sleep(MxS32 p_milliseconds);
|
||||
|
||||
Reference in New Issue
Block a user