Merge branch 'master' into chatter-fixes-and-improvements
This commit is contained in:
commit
332a962ad4
6 changed files with 15 additions and 12 deletions
|
|
@ -188,7 +188,7 @@ public:
|
|||
m_path[0] = 0;
|
||||
}
|
||||
|
||||
void init (size_t length) {
|
||||
void init (int32_t length) {
|
||||
m_path = cr::makeUnique <int32_t[]> (length);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue