diff options
author | fluxgen <fluxgen> | 2006-02-12 08:05:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-12 08:05:58 (GMT) |
commit | f0ad96c7dc7c58256697f1eed98771da44c9631c (patch) | |
tree | a275552f3779112afa18b2ee507d4db83afdc531 /src/FbTk/Font.hh | |
parent | ab26593cddf2fc0004da8048e28216792ed433ef (diff) | |
download | fluxbox_pavel-f0ad96c7dc7c58256697f1eed98771da44c9631c.zip fluxbox_pavel-f0ad96c7dc7c58256697f1eed98771da44c9631c.tar.bz2 |
explicit constructor
Diffstat (limited to 'src/FbTk/Font.hh')
-rw-r--r-- | src/FbTk/Font.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.hh b/src/FbTk/Font.hh index d322097..6b25a84 100644 --- a/src/FbTk/Font.hh +++ b/src/FbTk/Font.hh | |||
@@ -63,7 +63,7 @@ public: | |||
63 | 63 | ||
64 | 64 | ||
65 | 65 | ||
66 | Font(const char *name = "fixed"); | 66 | explicit Font(const char *name = "fixed"); |
67 | virtual ~Font(); | 67 | virtual ~Font(); |
68 | /** | 68 | /** |
69 | Load a font | 69 | Load a font |