summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 5e60e937fe..d2347b5cb9 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -130,6 +130,7 @@ class SoundFileBrowser : public ArdourDialog
Gtk::TreeModelColumn<std::string> duration;
Gtk::TreeModelColumn<std::string> filesize;
Gtk::TreeModelColumn<std::string> smplrate;
+ Gtk::TreeModelColumn<std::string> license;
FreesoundColumns() {
add(id);
@@ -138,6 +139,7 @@ class SoundFileBrowser : public ArdourDialog
add(duration);
add(filesize);
add(smplrate);
+ add(license);
}
};