reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 22c52fc5a81d4098d7d6078bf859f466bbcc134e
parent d85ff1f0341cb3036d19d87f2e4787eb4d5b8a4f
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue,  7 Jun 2016 21:40:57 -0400

manager: refactoring – 0 -> nullptr

Diffstat:
Msrc/manager.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/manager.cpp b/src/manager.cpp @@ -37,7 +37,7 @@ enum { ACTION_ENABLE = 80, ACTION_DISABLE, ACTION_UNINSTALL, ACTION_ABOUT, Manager::Manager(ReaPack *reapack) : Dialog(IDD_CONFIG_DIALOG), - m_reapack(reapack), m_config(reapack->config()), m_list(0), + m_reapack(reapack), m_config(reapack->config()), m_list(nullptr), m_changes(0), m_importing(false) { }