Skip to content

REFACTORING: Rename Item Type enums

Haocheng LIU requested to merge haocheng.liu/smtk:Rename-Item-type-enum into master

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 anType to them and rewrites them in camel case.

Hold this MR until its CMB counterpart is online.

Edited by Haocheng LIU

Merge request reports