Basic region naming test.
[ardour.git] / gtk2_ardour / opts.h
index c0b6e96aac6d21ace62c43f9f22b6f8452e1da81..b68e539a9b382d43e7fadaab28cc17958a27915b 100644 (file)
@@ -21,7 +21,6 @@
 #define __ardour_opts_h__
 
 #include <string>
-#include <glibmm/ustring.h>
 
 namespace ARDOUR_COMMAND_LINE {
 
@@ -34,9 +33,10 @@ extern bool   use_vst;
 extern bool   new_session;
 extern char*  curvetest_file;
 extern bool   try_hw_optimization;
+extern bool no_connect_ports;
 extern bool   use_gtk_theme;
 extern std::string keybindings_path;
-extern Glib::ustring menus_file;
+extern std::string menus_file;
 extern bool   finder_invoked_ardour;
 extern std::string immediate_save;
 extern std::string jack_session_uuid;