Hansi Reiser 2019-04-10 00:29:11 +02:00
rodzic 7b58febb45
commit a527d5837e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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