You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Changed KeyframeBBox to TrackedObjectBBox and added TrackedObjectBase
Added new base class TrackedObjectBase, changed class KeyframeBBox to TrackedObjectBBox and changes it's inheritance from KeyframeBase to TrackedObjectBase.
This commit is contained in:
@@ -45,6 +45,5 @@ TimelineBase::TimelineBase()
|
||||
* the TimelineBase class
|
||||
*/
|
||||
void TimelineBase::Clips(int test){
|
||||
std::cout << test << std::endl;
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user