diff options
Diffstat (limited to 'chalk/core/kis_math_toolbox.h')
-rw-r--r-- | chalk/core/kis_math_toolbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_math_toolbox.h b/chalk/core/kis_math_toolbox.h index 8d5bef506..1909d218d 100644 --- a/chalk/core/kis_math_toolbox.h +++ b/chalk/core/kis_math_toolbox.h @@ -33,7 +33,7 @@ class KisMathToolbox : public TQObject { Q_OBJECT - TQ_OBJECT + public: struct KisFloatRepresentation { KisFloatRepresentation(uint nsize, uint ndepth) throw(std::bad_alloc ) : coeffs(new float[nsize*nsize*ndepth]) ,size(nsize), depth(ndepth) |