comparison layer/SingleColourLayer.h @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents c0b9eec70639
children 2c59b0cd176b
comparison
equal deleted inserted replaced
332:6440e280122e 374:64e84e5efb76
68 typedef std::map<int, int> ColourRefCount; 68 typedef std::map<int, int> ColourRefCount;
69 static ColourRefCount m_colourRefCount; 69 static ColourRefCount m_colourRefCount;
70 70
71 int m_colour; 71 int m_colour;
72 bool m_colourExplicitlySet; 72 bool m_colourExplicitlySet;
73 bool m_defaultColourSet;
73 }; 74 };
74 75
75 #endif 76 #endif