8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
This commit is contained in:
robocop 2008-04-10 09:43:31 +00:00
parent e8644122d9
commit bbc2c20725

View File

@ -6253,7 +6253,7 @@ namespace {
class DatabaseDirectoryList : public Firebird::DirectoryList
{
private:
const Firebird::PathName getConfigString(void) const {
const Firebird::PathName getConfigString() const {
return Firebird::PathName(Config::getDatabaseAccess());
}
public: