--- qsampler/trunk/src/qsamplerOptionsForm.cpp 2019/08/13 09:08:53 3554 +++ qsampler/trunk/src/qsamplerOptionsForm.cpp 2019/08/13 10:19:32 3555 @@ -1,7 +1,7 @@ // qsamplerOptionsForm.cpp // /**************************************************************************** - Copyright (C) 2004-2015, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -42,7 +42,7 @@ m_ui.setupUi(this); // No settings descriptor initially (the caller will set it). - m_pOptions = NULL; + m_pOptions = nullptr; // Initialize dirty control state. m_iDirtySetup = 0;