Skip to content

Commit ed87789

Browse files
committed
odb: handle new group type in getString method
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 91674d8 commit ed87789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/odb/src/db/dbTypes.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@ const char* dbGroupType::getString() const
328328
case POWER_DOMAIN:
329329
value = "POWER_DOMAIN";
330330
break;
331+
332+
case VISUAL_DEBUG:
333+
value = "VISUAL_DEBUG";
334+
break;
331335
}
332336

333337
return value;

0 commit comments

Comments
 (0)