1
0
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:
2011-04-06 20:19:29 -07:00
parent ecb7d8b566
commit 694a060545
12 changed files with 15 additions and 15 deletions

View File

@ -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
};
//============================================================================