put function into namespace
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 6 Feb 2015 21:39:13 +0000 (16:39 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 9 Feb 2015 19:46:20 +0000 (14:46 -0500)
libs/ardour/globals.cc

index ea99420ff58ed8c1ee5331586fa4c8485eaa1fea..5554513d1688b3b0d03bc15ca072aa763df30458 100644 (file)
@@ -618,7 +618,7 @@ ARDOUR::get_microseconds ()
  */
 
 int
-format_data_width (ARDOUR::SampleFormat format)
+ARDOUR::format_data_width (ARDOUR::SampleFormat format)
 {