summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index cd5ef62a..0ca5b8dd 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -57,7 +57,7 @@ public:
SampleRate srate,
uint32_t internal_poly);
- virtual ~GraphImpl();
+ ~GraphImpl() override;
GraphType graph_type() const override { return GraphType::GRAPH; }