diff options
Diffstat (limited to 'backend-shared/divesummary.h')
| -rw-r--r-- | backend-shared/divesummary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend-shared/divesummary.h b/backend-shared/divesummary.h index 16f8a09ec..986024b44 100644 --- a/backend-shared/divesummary.h +++ b/backend-shared/divesummary.h @@ -24,5 +24,6 @@ private: static long divetime[2], depth[2], sac[2]; static long divetimeMax[2], depthMax[2], sacMin[2]; static long divetimeAvg[2], depthAvg[2], sacAvg[2]; + static int divesSAC[2]; }; #endif // DIVESUMMARY_H |