summaryrefslogtreecommitdiffstats
path: root/src/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver.h')
-rw-r--r--src/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Driver.h b/src/Driver.h
index 43b919a..1b7ad80 100644
--- a/src/Driver.h
+++ b/src/Driver.h
@@ -35,7 +35,7 @@ public:
{ return false; }
virtual bool disconnect(const PatchagePort* src_port,
- const PatchagePort* dst_port)
+ const PatchagePort* dst_port)
{ return false; }
/** Returns whether or not a refresh is required. */