diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-07 20:25:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-07 20:25:36 +0100 |
| commit | 9fa643bdebdcb39cca4b529f13fdd0fbfd721d58 (patch) | |
| tree | 75e07bfe05b9db372ccb9319aedf6d98270e2bbd /src/lib/config.h | |
| parent | c2930f166cad691fb5302d9924e109443bf2365f (diff) | |
Catch exceptions on loading config.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 05005e590..96aa4e449 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -213,6 +213,7 @@ public: private: Config (); std::string file (bool) const; + void read (); void read_old_metadata (); /** number of threads to use for J2K encoding on the local machine */ |
