Mercurial > hg > svcore
comparison rdf/RDFFeatureWriter.h @ 602:02d9664906e8
* Fixes to gcc-4.4 thanks to Michel Salim
author | Chris Cannam |
---|---|
date | Mon, 24 Aug 2009 16:07:23 +0000 |
parents | 4fa2b135acbc |
children | 133418f4e74c |
comparison
equal
deleted
inserted
replaced
601:5eb5449432f5 | 602:02d9664906e8 |
---|---|
121 bool m_plain; | 121 bool m_plain; |
122 | 122 |
123 bool m_network; | 123 bool m_network; |
124 bool m_networkRetrieved; | 124 bool m_networkRetrieved; |
125 | 125 |
126 uint64_t m_count; | 126 unsigned long m_count; |
127 }; | 127 }; |
128 | 128 |
129 #endif | 129 #endif |