(1) silence non-process FIFO message (2) move MIDI state tracking down to the MidiPor...
[ardour.git] / libs / ardour / control_protocol_search_path.cc
index e2b41375651b621c0ea25827919f2543ff55e154..7cdf75a44137a6b646904a3a450b59619a1e318c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Tim Mayberry 
+    Copyright (C) 2007 Tim Mayberry
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -27,6 +27,8 @@ namespace {
        const char * const surfaces_env_variable_name = "ARDOUR_SURFACES_PATH";
 } // anonymous
 
+using namespace PBD;
+
 namespace ARDOUR {
 
 SearchPath
@@ -34,7 +36,7 @@ control_protocol_search_path ()
 {
        bool surfaces_path_defined = false;
        SearchPath spath_env(Glib::getenv(surfaces_env_variable_name, surfaces_path_defined));
-       
+
        if (surfaces_path_defined)
        {
                return spath_env;