This commit is contained in:
Lubos Petrovic
2020-12-20 15:52:38 +01:00
parent e8b0b10be0
commit 33d021dd77
12 changed files with 12 additions and 49 deletions

View File

@@ -1,5 +1,4 @@
#ifndef CARKIANIROPHEV_H
#define CARKIANIROPHEV_H
#pragma once
#include "CarInterface.h"
@@ -12,5 +11,3 @@ class CarKiaNiroPhev: public CarInterface {
void parseRowMerged() override;
void loadTestData() override;
};
#endif