repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r7: This commit was manufactured by cvs2svn to create tag 'start_again'.
[cinelerra_cv/mob.git]
/
hvirtual
/
cinelerra
/
selection.C
blob
e6a5cdb4c5c05c580ae4f989fce84209e5b9a46e
1
#include "selection.h"
2
#include "selections.h"
3
4
5
Selection::Selection(EDL *edl, Selections *selections)
6
: Edit(edl, selections)
7
{
8
this->selections = selections;
9
}
10
11
12
Selection::~Selection()
13
{
14
}
15
16
void Selection::synchronize_params(Selection *selection)
17
{
18
}
19
20