Skip to content
This repository has been archived by the owner. It is now read-only.

Fix compile on android build, which uses strongly typed enums. #119

Merged
merged 1 commit into from Dec 9, 2014

Commits on Dec 9, 2014

  1. Fix compile on android build, which uses strongly typed enums.

    With strongly typed enums that are of different size, neither
    static_cast nor reinterpret_cast by themselves are enough, so
    static_cast to an int and then to the desired type.
    gw3583 committed Dec 9, 2014
You can’t perform that action at this time.