diff options
Diffstat (limited to 'src/model/Sport.h')
-rw-r--r-- | src/model/Sport.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/Sport.h b/src/model/Sport.h index 7b2f3b0..227d75c 100644 --- a/src/model/Sport.h +++ b/src/model/Sport.h @@ -1,5 +1,4 @@ -#ifndef ITAT_CHALLANGE_OLYMPICS_SPORT_H -#define ITAT_CHALLANGE_OLYMPICS_SPORT_H +#pragma once #include "MedalWinner.h" #include "CompetitorWithResults.h" @@ -123,5 +122,3 @@ private: float calcRelativeStat(QString ref, QString val); }; - -#endif |