You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Move Exceptions.h includes to .cpp files
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "EffectBase.h"
|
||||
#include "Exceptions.h"
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
@@ -148,4 +149,4 @@ openshot::ClipBase* EffectBase::ParentClip() {
|
||||
/// Set parent clip object of this reader
|
||||
void EffectBase::ParentClip(openshot::ClipBase* new_clip) {
|
||||
clip = new_clip;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user