You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Keyframe: use = default to specify default constructor
This commit is contained in:
@@ -42,10 +42,6 @@ Keyframe::Keyframe(double value) {
|
||||
AddPoint(Point(value));
|
||||
}
|
||||
|
||||
// Keyframe constructor
|
||||
Keyframe::Keyframe() {
|
||||
}
|
||||
|
||||
// Add a new point on the key-frame. Each point has a primary coordinate,
|
||||
// a left handle, and a right handle.
|
||||
void Keyframe::AddPoint(Point p) {
|
||||
|
||||
Reference in New Issue
Block a user