libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd image.h


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd image.h
Date: Wed, 15 Apr 2009 09:46:39 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      09/04/15 09:46:39

Modified files:
        cvd            : image.h 

Log message:
        used wrong namespace

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/image.h?cvsroot=libcvd&r1=1.43&r2=1.44

Patches:
Index: image.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/image.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- image.h     8 Apr 2009 10:01:57 -0000       1.43
+++ image.h     15 Apr 2009 09:46:38 -0000      1.44
@@ -389,7 +389,7 @@
                }
 
                inline void copy_from( const SubImage<T> & other ){
-                       CVD_IMAGE_ASSERT(other.size() == this->size(), 
ImageError::IncompatibleImageSizes);
+                       CVD_IMAGE_ASSERT(other.size() == this->size(), 
Image::IncompatibleImageSizes);
                        std::copy(other.begin(), other.end(), this->begin());
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]