comparison rdf/RDFFeatureWriter.h @ 935:f960d67ce842 tonioni

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:42:01 +0100
parents 06579b8ffb7b
children e25dc8d57565
comparison
equal deleted inserted replaced
925:3efc20c59a94 935:f960d67ce842
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