This commit is contained in:
Hansi Reiser 2019-04-10 00:29:11 +02:00
parent 7b58febb45
commit a527d5837e
1 changed files with 1 additions and 1 deletions

View File

@ -38,8 +38,8 @@ typedef struct st_sondeinfo {
class Sonde
{
private:
int currentSonde = 0;
public:
int currentSonde = 0;
int nSonde;
SondeInfo sondeList[MAXSONDE+1];