aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/echo.h')
-rw-r--r--src/interfaces/echo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/echo.h b/src/interfaces/echo.h
index 5578d9d9e6..964dbb02fa 100644
--- a/src/interfaces/echo.h
+++ b/src/interfaces/echo.h
@@ -13,7 +13,7 @@ namespace interfaces {
class Echo
{
public:
- virtual ~Echo() {}
+ virtual ~Echo() = default;
//! Echo provided string.
virtual std::string echo(const std::string& echo) = 0;