code style

This commit is contained in:
john30
2017-01-14 17:58:47 +01:00
parent 0217096b6b
commit 917414a6f8
14 changed files with 40 additions and 37 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class FileReader {
/**
* Construct a new instance.
*/
FileReader(bool supportsDefaults)
explicit FileReader(bool supportsDefaults)
: m_supportsDefaults(supportsDefaults) {}
/**