diff options
Diffstat (limited to 'result/stringresult.h')
| -rw-r--r-- | result/stringresult.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/result/stringresult.h b/result/stringresult.h index caa7e06..17c43cd 100644 --- a/result/stringresult.h +++ b/result/stringresult.h @@ -13,6 +13,10 @@ public: * @brief StringResult */ StringResult(); + /** + * @brief StringResult + */ + virtual ~StringResult(); /** * @brief setText * @param text |