comparison rdf/RDFFeatureWriter.h @ 930:06579b8ffb7b warnfix_no_size_t

More size_t evisceration and warning fixes
author Chris Cannam
date Tue, 17 Jun 2014 14:49:49 +0100
parents 27c861cce97b
children e25dc8d57565
comparison
equal deleted inserted replaced
929:59e7fe1b1003 930:06579b8ffb7b
124 bool m_plain; 124 bool m_plain;
125 125
126 bool m_network; 126 bool m_network;
127 bool m_networkRetrieved; 127 bool m_networkRetrieved;
128 128
129 unsigned long m_count; 129 long m_count;
130 }; 130 };
131 131
132 #endif 132 #endif