Skip to content
  • Haocheng LIU's avatar
    REFACTORING: Rename Item Type enums · 17e4c7f6
    Haocheng LIU authored
    DOUBLE, INT, etc are reserved keywords on Windows. DataBrowser, which
    is an application using SMTK as a library would fail to build on
    Windows due to this issue. This MR appends an `Type` to them and
    rewrites them in camel case.
    17e4c7f6