summaryrefslogtreecommitdiff
path: root/src/lib/film_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film_state.h')
-rw-r--r--src/lib/film_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film_state.h b/src/lib/film_state.h
index 62ca76c41..beac5fc2c 100644
--- a/src/lib/film_state.h
+++ b/src/lib/film_state.h
@@ -135,7 +135,7 @@ public:
/* Data which is cached to speed things up */
- /** Vector of frame indices for each of our `thumbnails */
+ /** Vector of frame indices for each of our `thumbnails' */
std::vector<int> thumbs;
/** Size, in pixels, of the source (ignoring cropping) */
Size size;