reapack

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

commit 150f8d8044a1c6bc8476fd36d355aa58c5e603a0
parent 3bfe61ce7b366b43f7ec9c2e7b84422543209364
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed, 20 Jan 2016 18:02:29 -0500

bit of refactoring

Diffstat:
Msrc/manager.cpp | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/manager.cpp b/src/manager.cpp @@ -28,9 +28,7 @@ using namespace std; -static const int ACTION_ENABLE = 300; -static const int ACTION_DISABLE = 301; -static const int ACTION_UNINSTALL = 302; +enum { ACTION_ENABLE = 300, ACTION_DISABLE, ACTION_UNINSTALL }; Manager::Manager(ReaPack *reapack) : Dialog(IDD_CONFIG_DIALOG), m_reapack(reapack), m_list(0)