Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 18, 2010, 11:20:32 PM (14 years ago)
Author:
rgrieder
Message:

Reverted intentional compiler errors generated in the last commit.
And commented erroneous line in Super.h for testing purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/util/Math.cc

    r7532 r7553  
    4040// Do not remove this include, it avoids linker errors.
    4141#include "mbool.h"
    42 
    43 #ifdef ORXONOX_ARCH_64
    44 class IsArch64 {};
    45 struct IsArch64 {};
    46 #else
    47 class IsArch32 {};
    48 struct IsArch32 {};
    49 #endif
    5042
    5143namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.