From 9bb0154c87326b3b5e740d50106a840074bf76f5 Mon Sep 17 00:00:00 2001 From: Andreas Rogge Date: Wed, 28 Sep 2022 10:09:02 +0200 Subject: stored: gfapi-device remove bogus "override" --- core/src/stored/backends/gfapi_device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/stored/backends/gfapi_device.h b/core/src/stored/backends/gfapi_device.h index 282865f42..7164260c5 100644 --- a/core/src/stored/backends/gfapi_device.h +++ b/core/src/stored/backends/gfapi_device.h @@ -2,7 +2,7 @@ BAREOSĀ® - Backup Archiving REcovery Open Sourced Copyright (C) 2014-2014 Planets Communications B.V. - Copyright (C) 2014-2021 Bareos GmbH & Co. KG + Copyright (C) 2014-2022 Bareos GmbH & Co. KG This program is Free Software; you can redistribute it and/or modify it under the terms of version three of the GNU Affero General Public @@ -65,6 +65,6 @@ class gfapi_device : public Device { ssize_t d_read(int fd, void* buffer, size_t count) override; ssize_t d_write(int fd, const void* buffer, size_t count) override; bool d_truncate(DeviceControlRecord* dcr) override; -} override; +}; } /* namespace storagedaemon */ #endif // BAREOS_STORED_BACKENDS_GFAPI_DEVICE_H_ -- cgit v1.2.3