]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLADataType.hxx
Windows versionhelpers.h support.
[simgear.git] / simgear / hla / HLADataType.hxx
index 7d045d9da84801acdd3b0dd77f36c1862d807d17..ad52958b03502eec99bf789185155a4226e85a33 100644 (file)
@@ -64,7 +64,7 @@ public:
     /// required for propper feeing of memory.
     virtual void releaseDataTypeReferences();
 
-    bool getDataElementIndex(HLADataElementIndex& index, const std::string& path, size_t offset) const;
+    bool getDataElementIndex(HLADataElementIndex& index, const std::string& path, std::string::size_type offset) const;
 
 protected:
     HLADataType(const std::string& name, unsigned alignment = 1);