summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-07 20:25:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-07 20:25:36 +0100
commit9fa643bdebdcb39cca4b529f13fdd0fbfd721d58 (patch)
tree75e07bfe05b9db372ccb9319aedf6d98270e2bbd /src/lib/config.h
parentc2930f166cad691fb5302d9924e109443bf2365f (diff)
Catch exceptions on loading config.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h1
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 */