index
:
boss/tehimage.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image.cpp
blob: f819b94cf50b57afd6125b10972fdb4253a35ecf (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
#include
"image.h"
Image
::~
Image
()
{
if
(
width
!=
0
)
{
delete
[]
imageData
;
}
}