switched enum syntax in core to enum class
This commit is contained in:
@@ -25,7 +25,7 @@ namespace sourcetrail
|
||||
{
|
||||
StorageSymbol()
|
||||
: id(0)
|
||||
, definitionKind(definitionKindToInt(DEFINITION_EXPLICIT))
|
||||
, definitionKind(definitionKindToInt(DefinitionKind::EXPLICIT))
|
||||
{}
|
||||
|
||||
StorageSymbol(int id, int definitionKind)
|
||||
|
||||
Reference in New Issue
Block a user