Add comment.

This commit is contained in:
castano 2009-10-19 05:42:27 +00:00
parent 0878c0e967
commit ea7dabc6b1

View File

@ -47,7 +47,7 @@ namespace nvtt
imageArray.resize(1, NULL); imageArray.resize(1, NULL);
} }
Private(const Private & p) Private(const Private & p) // Copy ctor. inits refcount to 0.
{ {
type = p.type; type = p.type;
wrapMode = p.wrapMode; wrapMode = p.wrapMode;