[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/image
From:       Bart Coppens <kde () bartcoppens ! be>
Date:       2008-01-29 21:07:46
Message-ID: 1201640866.127739.7012.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 768356 by coppens:

Whoops, seems like I forgot to commit a file.



 M  +2 -4      kis_random_accessor.cpp  


--- trunk/koffice/krita/image/kis_random_accessor.cpp #768355:768356
@@ -20,14 +20,12 @@
 
 #include "kis_random_accessor.h"
 
-#include "kis_tiled_random_accessor.h"
-
-KisRandomConstAccessor::KisRandomConstAccessor(KisTiledDataManager *ktm, qint32 x, \
qint32 y, qint32 offsetx, qint32 offsety, bool writable) : m_offsetx(offsetx), \
m_offsety(offsety) +KisRandomConstAccessor::KisRandomConstAccessor(KisDataManager \
*ktm, qint32 x, qint32 y, qint32 offsetx, qint32 offsety, bool writable) : \
m_offsetx(offsetx), m_offsety(offsety)  {
     m_accessor = new KisTiledRandomAccessor(ktm, x, y, writable);
 }
 
-KisRandomConstAccessor::KisRandomConstAccessor(KisTiledDataManager *ktm, qint32 x, \
qint32 y, qint32 offsetx, qint32 offsety) : m_offsetx(offsetx), m_offsety(offsety) \
+KisRandomConstAccessor::KisRandomConstAccessor(KisDataManager *ktm, qint32 x, qint32 \
y, qint32 offsetx, qint32 offsety) : m_offsetx(offsetx), m_offsety(offsety)  {
     m_accessor = new KisTiledRandomAccessor(ktm, x, y, false);
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic