Repeat INSENSITIVE colors instead of relying on inheritance
[ardour.git] / libs / ardour / vca_manager.cc
index 3d50ccf8cd3091124ffe63378da806c999f043f0..20e9e38ca2aaf0b7e0bc7ec73f7a15df04fee546 100644 (file)
@@ -27,7 +27,7 @@
 #include "ardour/vca.h"
 #include "ardour/vca_manager.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace Glib::Threads;
@@ -116,7 +116,7 @@ VCAManager::remove_vca (boost::shared_ptr<VCA> vca)
 }
 
 boost::shared_ptr<VCA>
-VCAManager::vca_by_number (uint32_t n) const
+VCAManager::vca_by_number (int32_t n) const
 {
        Mutex::Lock lm (lock);