diff --git a/libs/pbd/pbd.cc b/libs/pbd/pbd.cc index 049e11f1c3..a4e4f6c9a3 100644 --- a/libs/pbd/pbd.cc +++ b/libs/pbd/pbd.cc @@ -50,8 +50,7 @@ namespace { static bool libpbd_initialized = false; -} - +static void set_debug_options_from_env () { @@ -66,6 +65,7 @@ set_debug_options_from_env () } #ifdef PLATFORM_WINDOWS +static void test_timers_from_env () { @@ -83,6 +83,8 @@ test_timers_from_env () } #endif +} // namespace + bool PBD::init () {