mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Add some comments.
git-svn-id: svn://localhost/ardour2/trunk@1837 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7f3c381a3a
commit
90f3128d73
15 changed files with 214 additions and 70 deletions
|
|
@ -22,11 +22,13 @@
|
|||
|
||||
PublicEditor* PublicEditor::_instance = 0;
|
||||
|
||||
/** PublicEditor constructor */
|
||||
PublicEditor::PublicEditor ()
|
||||
: Window (Gtk::WINDOW_TOPLEVEL)
|
||||
{
|
||||
}
|
||||
|
||||
/** PublicEditor destructor */
|
||||
PublicEditor::~PublicEditor()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue