fix opdracht 2
This commit is contained in:
parent
0ae21fa8ab
commit
c92861508c
@ -4,6 +4,8 @@
|
||||
Auto::Auto(Snelheid*s) : S(s){
|
||||
}
|
||||
|
||||
Auto::~Auto(){}
|
||||
|
||||
void Auto::meetSnelheid(){
|
||||
S->meet();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user