mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Add missing function/const types
This commit is contained in:
@ -48,7 +48,7 @@ struct Factory : THashKeyVal<Uuid> {
|
||||
const GameTypeReg & reg;
|
||||
|
||||
Factory (const GameTypeReg & reg);
|
||||
operator= (const Factory &); // not impl
|
||||
Factory& operator= (const Factory &); // not impl
|
||||
};
|
||||
|
||||
//============================================================================
|
||||
|
Reference in New Issue
Block a user