mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
16 lines
207 B
C++
16 lines
207 B
C++
#include "sfdb_ui.h"
|
|
|
|
#include "i18n.h"
|
|
|
|
SoundFileChooser::SoundFileChooser (std::string title,
|
|
bool split_makes_sense)
|
|
:
|
|
Gtk::FileChooserDialog(title)
|
|
{
|
|
|
|
}
|
|
|
|
SoundFileChooser::~SoundFileChooser ()
|
|
{
|
|
|
|
}
|