summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_snapshots.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_snapshots.h')
-rw-r--r--gtk2_ardour/editor_snapshots.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_snapshots.h b/gtk2_ardour/editor_snapshots.h
index 30cde55b28..1a17e6de30 100644
--- a/gtk2_ardour/editor_snapshots.h
+++ b/gtk2_ardour/editor_snapshots.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2000-2009 Paul Davis
+ Copyright (C) 2000-2009 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -37,11 +37,11 @@ public:
void redisplay ();
private:
-
+
Gtk::ScrolledWindow _scroller;
-
+
struct Columns : public Gtk::TreeModel::ColumnRecord {
- Columns () {
+ Columns () {
add (visible_name);
add (real_name);
}