Fixed compil

This commit is contained in:
Sylvain Berfini 2017-10-19 13:02:05 +02:00
parent 40ae364d21
commit b1ae558b69

View file

@ -43,6 +43,7 @@ const string &Paths::getPath (Paths::Type type, void *context) {
case Config:
return SysPaths::getConfigPath(context);
}
return NULL;
}
LINPHONE_END_NAMESPACE