Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2022-09-28 11:09:02 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2022-11-07 19:37:28 +0300
commit9bb0154c87326b3b5e740d50106a840074bf76f5 (patch)
tree2217b23378d7b5830867e8874afb56f52dd95a65
parent1a23d7826255997a49c7a844d543a0356f074381 (diff)
stored: gfapi-device remove bogus "override"
-rw-r--r--core/src/stored/backends/gfapi_device.h4
1 files 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_