git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added stream encryption/decryption tests.
[stg.git]
/
projects
/
sgconv
/
settings_impl.h
diff --git
a/projects/sgconv/settings_impl.h
b/projects/sgconv/settings_impl.h
index eec21d685e09e348b647febb9156a7a969901ad8..3dfb9596e666cf1f5dcc1f3c6f2ea2201095cc76 100644
(file)
--- a/
projects/sgconv/settings_impl.h
+++ b/
projects/sgconv/settings_impl.h
@@
-38,7
+38,7
@@
class DOTCONFDocumentNode;
class SETTINGS_IMPL {
public:
- SETTINGS_IMPL() : confFile("./
convertor
.conf") {}
+ SETTINGS_IMPL() : confFile("./
sgconv
.conf") {}
SETTINGS_IMPL(const std::string & cf) : confFile(cf) {}
~SETTINGS_IMPL() {}
int ReadSettings();