repo.or.cz
/
ozulis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed the type of comparaisons
[ozulis.git]
/
src
/
task.cc
blob
3589c90d936a620805675d53626474c04ce03528
1
#include <task.hh>
2
3
template class std
::
vector
<
Task
*>;
4
5
Task
::~
Task
()
6
{
7
}