Browse Source

fix compilation warning with MSVC

Ashish Kulkarni 10 years ago
parent
commit
a9cb620139
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/pdfsettings.cc

+ 1 - 1
src/lib/pdfsettings.cc

@@ -392,7 +392,7 @@ TableOfContent::TableOfContent():
 	forwardLinks(true),
 	backLinks(false),
 	indentation("1em"),
-	fontScale(0.8) {}
+	fontScale(0.8f) {}
 
 PdfObject::PdfObject():
 	useExternalLinks(true),