Add some comments.

git-svn-id: svn://localhost/ardour2/trunk@1837 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-05-11 15:06:12 +00:00
parent 7f3c381a3a
commit 90f3128d73
15 changed files with 214 additions and 70 deletions

View file

@ -22,11 +22,13 @@
PublicEditor* PublicEditor::_instance = 0;
/** PublicEditor constructor */
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL)
{
}
/** PublicEditor destructor */
PublicEditor::~PublicEditor()
{
}