summaryrefslogtreecommitdiff
path: root/gtk2_ardour/missing_file_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-22 10:26:58 +0100
committerRobin Gareus <robin@gareus.org>2017-02-22 10:47:59 +0100
commit75773a43d4ac711ef93c80705c3f38ce0b00c74e (patch)
tree8111162a4152e3524e2eb8bf3c5065da54274aee /gtk2_ardour/missing_file_dialog.h
parent66163305317e8acf20c4a16b9709fc809d6a0ff9 (diff)
NO-OP: whitespace
Diffstat (limited to 'gtk2_ardour/missing_file_dialog.h')
-rw-r--r--gtk2_ardour/missing_file_dialog.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/gtk2_ardour/missing_file_dialog.h b/gtk2_ardour/missing_file_dialog.h
index fb32a81aa6..b4b44e746b 100644
--- a/gtk2_ardour/missing_file_dialog.h
+++ b/gtk2_ardour/missing_file_dialog.h
@@ -35,24 +35,24 @@ namespace ARDOUR {
class MissingFileDialog : public ArdourDialog
{
- public:
- MissingFileDialog (ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
+public:
+ MissingFileDialog (ARDOUR::Session*, const std::string& path, ARDOUR::DataType type);
- int get_action();
+ int get_action();
- private:
- ARDOUR::DataType filetype;
+private:
+ ARDOUR::DataType filetype;
- Gtk::FileChooserButton chooser;
- Gtk::RadioButton use_chosen;
- Gtk::RadioButton::Group choice_group;
- Gtk::RadioButton use_chosen_and_no_more_questions;
- Gtk::RadioButton stop_loading_button;
- Gtk::RadioButton all_missing_ok;
- Gtk::RadioButton this_missing_ok;
- Gtk::Label msg;
+ Gtk::FileChooserButton chooser;
+ Gtk::RadioButton use_chosen;
+ Gtk::RadioButton::Group choice_group;
+ Gtk::RadioButton use_chosen_and_no_more_questions;
+ Gtk::RadioButton stop_loading_button;
+ Gtk::RadioButton all_missing_ok;
+ Gtk::RadioButton this_missing_ok;
+ Gtk::Label msg;
- void add_chosen ();
+ void add_chosen ();
};
#endif /* __gtk_ardour_missing_file_dialog_h__ */