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