Correct for warnings and errors for the VC++ port.

This commit is contained in:
Jason Turner
2009-07-19 03:59:58 +00:00
parent a5a1e3ee1b
commit daacbaa9e0
3 changed files with 6 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ namespace chaiscript
* http://www.sgi.com/tech/stl/ReversibleContainer.html
*/
template<typename ContainerType>
ModulePtr reversible_container_type(const std::string &type, ModulePtr m = ModulePtr(new Module()))
ModulePtr reversible_container_type(const std::string &, ModulePtr m = ModulePtr(new Module()))
{
return m;
}