1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Fix some warnings and some errors.

This commit is contained in:
Darryl Pogue
2013-02-10 00:14:10 -08:00
parent 70ea64eed2
commit c06cfd1449
13 changed files with 43 additions and 36 deletions

View File

@ -79,7 +79,7 @@ struct NetVaultNodeAccess {
private:
NetVaultNodeAccess (const NetVaultNodeAccess &) { }
const NetVaultNodeAccess & operator= (const NetVaultNodeAccess &) { }
void operator= (const NetVaultNodeAccess &) { }
};
#define VNODE_ACCESSOR(type, name, basename) \