Text archives Help
- From: abe@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [MANTA] r981 - trunk/Core/Color
- Date: Thu, 9 Mar 2006 14:27:01 -0700 (MST)
Author: abe
Date: Thu Mar 9 14:27:01 2006
New Revision: 981
Modified:
trunk/Core/Color/ColorSpace.h
Log:
Added #ifndef SWIG conditional around the data member to fix broken SWIG
build.
If you decide to make something public, please check to make sure you haven't
broken something in the swig build.
M Core/Color/ColorSpace.h
Modified: trunk/Core/Color/ColorSpace.h
==============================================================================
--- trunk/Core/Color/ColorSpace.h (original)
+++ trunk/Core/Color/ColorSpace.h Thu Mar 9 14:27:01 2006
@@ -243,7 +243,9 @@
// protected:
// DO NOT MAKE THIS PUBLIC!
+#ifndef SWIG
ComponentType data[NumComponents];
+#endif
ColorSpace(ComponentType fillValue) {
for(int i=0;i<NumComponents;i++)
data[i] = fillValue;
- [MANTA] r981 - trunk/Core/Color, abe, 03/09/2006
Archive powered by MHonArc 2.6.16.