No more doxygen warnings for gtk2_arodur/*
[ardour.git] / session_utils / export.cc
index c6628b6db443a0abfaf13043a4c18b67b87328f1..3bffc07f0e0d425ad9f9ecbfa1cdc2273c220c67 100644 (file)
@@ -37,6 +37,8 @@
 #include "ardour/session_metadata.h"
 #include "ardour/broadcast_info.h"
 
+#include "pbd/i18n.h"
+
 using namespace std;
 using namespace ARDOUR;
 using namespace SessionUtils;
@@ -272,7 +274,7 @@ int main (int argc, char* argv[])
                                                        settings._sample_format = ExportFormatBase::SF_Float;
                                                        break;
                                                }
-                                               /* fall through */
+                                               /* fallthrough */
                                        default:
                                                fprintf(stderr, "Invalid Bit Depth\n");
                                                break;