]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAEnumeratedDataType.hxx
math: Move lerp function into SGMisc.
[simgear.git] / simgear / hla / HLAEnumeratedDataType.hxx
index 7066adbaacb671977e85ef7b0ade5a4d55fab244..973b2c5a8362531cbdca68f97d544f4b608f05d7 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
@@ -70,6 +70,9 @@ public:
         return _map->getDataType();
     }
 
+protected:
+    virtual void _recomputeAlignmentImplementation();
+
 private:
     class AbstractMap : public SGReferenced {
     public: