mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 10:29:19 +02:00
reformat: parameters can be made const
This commit is contained in:
@@ -105,7 +105,7 @@ class TMTableTime
|
||||
int mm = 0;
|
||||
double mr = 0.0;
|
||||
void UpdateMTableTime(double deltaT);
|
||||
TMTableTime(int InitH, int InitM ) :
|
||||
TMTableTime(const int InitH, const int InitM ) :
|
||||
hh( InitH ),
|
||||
mm( InitM )
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user