You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Removing throw statements from header files (thanks Peter)
This commit is contained in:
@@ -83,7 +83,7 @@ Json::Value EffectBase::JsonValue() {
|
||||
}
|
||||
|
||||
// Load JSON string into this object
|
||||
void EffectBase::SetJson(string value) throw(InvalidJSON) {
|
||||
void EffectBase::SetJson(string value) {
|
||||
|
||||
// Parse JSON string into JSON objects
|
||||
Json::Value root;
|
||||
@@ -130,4 +130,4 @@ Json::Value EffectBase::JsonInfo() {
|
||||
|
||||
// return JsonValue
|
||||
return root;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user