summaryrefslogtreecommitdiff
path: root/include/argument.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/argument.h')
-rw-r--r--include/argument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/argument.h b/include/argument.h
index 747f7a8..f7fb782 100644
--- a/include/argument.h
+++ b/include/argument.h
@@ -1,5 +1,5 @@
/**
- * Argument.h
+ * @file argument.h
*
* Class holds information about an argument that is passed to a function.
* You'll need this class when you're defining your own functions.
@@ -25,7 +25,7 @@ public:
/**
* Destructor
*/
- virtual ~Argument() {}
+ virtual ~Argument() = default;
protected:
/**