Try to improve spacing in Keys tab of prefs on macOS (#1550).
[dcpomatic.git] / src / wx / system_font_dialog.h
index 35ed0827ef0e13c252cc209a1fab5ecf2fb6a184..48a31a839160223d4408da4347a6e3575d55ab8a 100644 (file)
@@ -22,7 +22,7 @@
  *  @brief A dialog box to select one of the "system" fonts on Windows.
  *
  *  This is necessary because wxFileDialog on Windows will not display
- *  the contents of c:\Windows\Fonts, so we need a different way to choose
+ *  the contents of `c:\Windows\Fonts`, so we need a different way to choose
  *  one of those fonts.
  */
 
@@ -36,7 +36,7 @@ class wxListCtrl;
 class SystemFontDialog : public wxDialog
 {
 public:
-       SystemFontDialog (wxWindow* parent);
+       explicit SystemFontDialog (wxWindow* parent);
 
        boost::optional<boost::filesystem::path> get_font () const;