X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGLimits.hxx;h=ac040edcd57ec653dfe008a72c993b7db9cc2068;hb=145a7fa1467c028f80e141a324950b2c47e34b7b;hp=f27c9cba5ad2513f15b95c3a610a13e8f62be1dd;hpb=9be14a63b1b593b02b5cc3e82edb7a266ae3cbe7;p=simgear.git diff --git a/simgear/math/SGLimits.hxx b/simgear/math/SGLimits.hxx index f27c9cba..ac040edc 100644 --- a/simgear/math/SGLimits.hxx +++ b/simgear/math/SGLimits.hxx @@ -10,10 +10,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the -// Free Software Foundation, Inc., 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // #ifndef SGLimits_H @@ -27,7 +26,4 @@ template class SGLimits : public std::numeric_limits {}; -typedef SGLimits SGLimitsf; -typedef SGLimits SGLimitsd; - #endif