diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-03-16 10:18:16 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-03-16 10:18:16 +0100 |
commit | 59666304be35773fcb4c9c7eeef40695e6203c8c (patch) | |
tree | 658e5ab592b9e7ab4870b42973be34d66dafdf4c /plugins/imgsvg | |
parent | d8971221a3d271d18879d625aaaf89cc0df9eb63 (diff) | |
download | mobileperf-59666304be35773fcb4c9c7eeef40695e6203c8c.tar.gz mobileperf-59666304be35773fcb4c9c7eeef40695e6203c8c.tar.bz2 |
Whitespace fixes.
Diffstat (limited to 'plugins/imgsvg')
-rw-r--r-- | plugins/imgsvg/src/imgsvg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imgsvg/src/imgsvg.cpp b/plugins/imgsvg/src/imgsvg.cpp index a252d46..a97aafd 100644 --- a/plugins/imgsvg/src/imgsvg.cpp +++ b/plugins/imgsvg/src/imgsvg.cpp @@ -213,7 +213,7 @@ SvgWindow::~SvgWindow () if (context) { finiTexture (context->texture[0]); - delete context; + delete context; } } |