diff options
Diffstat (limited to 'src/plugins/docker/dockerdevice.h')
-rw-r--r-- | src/plugins/docker/dockerdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h index 4c5cd20e92..03bfc3f2a6 100644 --- a/src/plugins/docker/dockerdevice.h +++ b/src/plugins/docker/dockerdevice.h @@ -86,6 +86,7 @@ public: bool handlesFile(const Utils::FilePath &filePath) const override; bool ensureReachable(const Utils::FilePath &other) const override; + Utils::expected_str<Utils::FilePath> localSource(const Utils::FilePath &other) const override; Utils::Environment systemEnvironment() const override; |