diff options
Diffstat (limited to 'src/modules/comments/rawcom/rawcom.cpp')
-rw-r--r-- | src/modules/comments/rawcom/rawcom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/comments/rawcom/rawcom.cpp b/src/modules/comments/rawcom/rawcom.cpp index 0f5396b..8d789af 100644 --- a/src/modules/comments/rawcom/rawcom.cpp +++ b/src/modules/comments/rawcom/rawcom.cpp @@ -221,3 +221,5 @@ void RawCom::deleteEntry() { if (key != this->key) delete key; } + + |