diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Driver.h | 2 |
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. */ |