reapack

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

commit 9c774968966ef15b7bfa8bc33b666a4c254f7dd1
parent 99b0811d06608f59c54df8e1abc711e8ec69769a
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed,  2 Mar 2016 01:10:46 -0500

micro refactoring

Diffstat:
Msrc/reapack.hpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/reapack.hpp b/src/reapack.hpp @@ -25,8 +25,6 @@ #include <reaper_plugin.h> -typedef std::function<void()> ActionCallback; - class Config; class Import; class Manager; @@ -36,6 +34,8 @@ class Transaction; class ReaPack { public: + typedef std::function<void()> ActionCallback; + static const std::string VERSION; static const std::string BUILDTIME;