summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-05-11 15:06:12 +0000
committerCarl Hetherington <carl@carlh.net>2007-05-11 15:06:12 +0000
commit90f3128d73bc32288d8ce99e81255ea02f54ffbc (patch)
tree9855f12788411cd8c17e078a276b6dc02de067d4 /gtk2_ardour/public_editor.cc
parent7f3c381a3acd8e605be76f1ba0ec7f1a7e11373f (diff)
Add some comments.
git-svn-id: svn://localhost/ardour2/trunk@1837 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.cc')
-rw-r--r--gtk2_ardour/public_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc
index d4cfa1fb1f..6797119a1f 100644
--- a/gtk2_ardour/public_editor.cc
+++ b/gtk2_ardour/public_editor.cc
@@ -22,11 +22,13 @@
PublicEditor* PublicEditor::_instance = 0;
+/** PublicEditor constructor */
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL)
{
}
+/** PublicEditor destructor */
PublicEditor::~PublicEditor()
{
}