mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcontrol: compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8c314d5092
commit
d93d80bd67
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ InputStream * FontThroughAnalyzer::connectInputStream(InputStream *in)
|
|||
#ifndef KFI_FC_NO_WIDTHS
|
||||
FC_WIDTH, FcTypeInteger, width,
|
||||
#endif
|
||||
NULL);
|
||||
static_cast<char*>(NULL));
|
||||
|
||||
FcFontSet *set = FcFontList(0, pat, os);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue