aboutsummaryrefslogtreecommitdiff
path: root/src/Gif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gif.cpp')
-rw-r--r--src/Gif.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gif.cpp b/src/Gif.cpp
index 983030c..e98718f 100644
--- a/src/Gif.cpp
+++ b/src/Gif.cpp
@@ -74,7 +74,7 @@ namespace dchat
catch(GifLoadException &e)
{
delete[] fileContent.data;
- throw e;
+ throw;
}
}
@@ -91,7 +91,7 @@ namespace dchat
catch(GifLoadException &e)
{
delete[] fileContent.data;
- throw e;
+ throw;
}
}