summaryrefslogtreecommitdiff
path: root/src/reel_markers_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-28 22:59:41 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commit54b46b7630c06044a121d70d9035384126f6e7b3 (patch)
tree916bd20c307e744787b9fe215a96fae9fdee6e7d /src/reel_markers_asset.h
parenta5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (diff)
Cleanup: remove unused parameter.
Diffstat (limited to 'src/reel_markers_asset.h')
-rw-r--r--src/reel_markers_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h
index e2b65585..059c0c1f 100644
--- a/src/reel_markers_asset.h
+++ b/src/reel_markers_asset.h
@@ -62,7 +62,7 @@ public:
}
protected:
- std::string cpl_node_name (Standard) const override;
+ std::string cpl_node_name() const override;
private:
std::map<Marker, Time> _markers;