Fix some more obscure warnings

This commit is contained in:
Jason Turner
2009-10-06 02:26:47 +00:00
parent a5b2ec3006
commit edd274ccce
6 changed files with 21 additions and 26 deletions

View File

@@ -51,6 +51,9 @@ namespace chaiscript
}
}
DLModule(const DLModule &); // Explicitly unimplemented copy constructor
DLModule &operator=(const DLModule &); // Explicitly unimplemented assignment operator
~DLModule()
{
dlclose(m_data);