summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-15 01:37:08 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-15 11:10:47 +0200
commit7ff8f6d32efa4c16587a6f4dca123eed44e5fa9a (patch)
tree295a120d5264a7905c4da31d91711a6551a2ac29
parent61e305653bf23cfb96ed884b8e42130eb22a9d55 (diff)
Tidy up a comment.
-rw-r--r--src/wx/film_editor.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index a137ae805..11a00b460 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -87,10 +87,7 @@ FilmEditor::page_changed(wxBookCtrlEvent& ev)
}
-/** Called when the metadata stored in the Film object has changed;
- * so that we can update the GUI.
- * @param p Property of the Film that has changed.
- */
+/** Called a Film property has changed */
void
FilmEditor::film_change(ChangeType type, FilmProperty p)
{