diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 17:46:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 17:46:01 +0200 |
| commit | 3dc465914c2853923535ab630457874c11b1db3e (patch) | |
| tree | eae4541981e6b36171c215b2f97a0391d710fb1d /src/lib/subtitle_analysis.h | |
| parent | 61d004c90682fea31096a3645af56ae5080f13c3 (diff) | |
Fix typo and missing serialisation of offsets at time of analysis.
Diffstat (limited to 'src/lib/subtitle_analysis.h')
| -rw-r--r-- | src/lib/subtitle_analysis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle_analysis.h b/src/lib/subtitle_analysis.h index 47eb52411..6a7049a29 100644 --- a/src/lib/subtitle_analysis.h +++ b/src/lib/subtitle_analysis.h @@ -53,7 +53,7 @@ public: } double analysis_y_offset () const { - return _analysis_x_offset; + return _analysis_y_offset; } private: |
