mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
Compilation fix, when libconfig++ is missing
This commit is contained in:
parent
5e890b476a
commit
1756185f08
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,7 @@ namespace
|
|||
}
|
||||
|
||||
|
||||
#ifdef HAVE_LIBCONFIG
|
||||
template<typename T>
|
||||
void copySetting(const Config &srcConf, Config &dstConf, const char *path)
|
||||
{
|
||||
|
@ -131,6 +132,7 @@ namespace
|
|||
dstConf.lookup(path) = t;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue