fix build failure on Windows due to removal of deprecated C++ header

This commit is contained in:
wmayer
2016-09-24 02:44:32 +02:00
parent 2845e319a3
commit ac511e4d2f
3 changed files with 3 additions and 25 deletions

View File

@@ -1310,7 +1310,7 @@ CmdFemPostApllyChanges::CmdFemPostApllyChanges()
eType = eType|ForEdit;
}
void CmdFemPostApllyChanges::activated(int)
void CmdFemPostApllyChanges::activated(int iMsg)
{
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Fem");