]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLADataType.cxx
Make tsync part of libSimGearCore when building shared libraries
[simgear.git] / simgear / hla / HLADataType.cxx
index b22fb218be97f16a72140e0ea6d7b31696ac5b52..73198534d3eb33cd79bca569986fe9c24cb05f73 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
@@ -69,8 +69,8 @@ HLADataType::toFixedRecordDataType() const
     return 0;
 }
 
-const HLAVariantDataType*
-HLADataType::toVariantDataType() const
+const HLAVariantRecordDataType*
+HLADataType::toVariantRecordDataType() const
 {
     return 0;
 }