You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Updated documentation
This commit is contained in:
@@ -36,10 +36,13 @@
|
||||
|
||||
namespace openshot{
|
||||
|
||||
// Blank constructor
|
||||
TrackedObjectBase::TrackedObjectBase(){
|
||||
// Initializes the id as "None"
|
||||
id = "None";
|
||||
}
|
||||
|
||||
// Default constructor
|
||||
TrackedObjectBase::TrackedObjectBase(std::string _id){
|
||||
Id(_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user