summaryrefslogtreecommitdiff
path: root/src/lib/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font.h')
-rw-r--r--src/lib/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index 0dd63448e..ca7650cc1 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -51,7 +51,7 @@ public:
boost::signals2::signal<void()> Changed;
-private:
+private:
/** Font ID, used to describe it in the subtitle content */
std::string _id;
boost::optional<boost::filesystem::path> _file;