summaryrefslogtreecommitdiff
path: root/src/subtitle_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_string.h')
-rw-r--r--src/subtitle_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h
index f6d0974b..f6c39836 100644
--- a/src/subtitle_string.h
+++ b/src/subtitle_string.h
@@ -142,7 +142,7 @@ public:
return _size;
}
- int size_in_pixels (int screen_height) const;
+ float size_in_pixels (int screen_height) const;
float space_before () const {
return _space_before;