Skip to content
Snippets Groups Projects
Commit 38fb4b54 authored by Andreas Blakli's avatar Andreas Blakli
Browse files

La til type utskrift i skrivData funksjonene til buss.

I buss.cpp.
parent cd9723be
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,13 @@ void Buss::skrivType(){
}
void Buss::skrivDataForlengs() {
skrivType();
skrivData();
Rute::skrivDataForlengs();
}
void Buss::skrivDataBaklengs() {
skrivType();
skrivData();
Rute::skrivDataBaklengs();
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment