Update configuration.h

This commit is contained in:
Peter Buchegger 2020-07-23 06:02:57 +02:00 committed by GitHub
parent 253a78ec76
commit 5df9708105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
class Configuration
{
public:
Configuration(String FilePath);
explicit Configuration(String FilePath);
void readFile();
void writeFile();