Changeset 9959 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Jan 26, 2023, 11:51:50 AM (15 months ago)
Author:
stuerze
Message:

minor changes to be msvc compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9958 r9959  
    18351835
    18361836  int nRows = _mountPointsTable->rowCount();
    1837   bool flg[nRows];
     1837  std::vector <bool> flg(nRows);
    18381838  for (int iRow = 0; iRow < nRows; iRow++) {
    18391839    if (_mountPointsTable->item(iRow,1)->isSelected()) {
Note: See TracChangeset for help on using the changeset viewer.