Skip to content

Commit ebce76c

Browse files
committed
gui: add missing stubs
Signed-off-by: Peter Gadfort <[email protected]>
1 parent dc6a7da commit ebce76c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/gui/src/stub.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,12 @@ void Gui::setDisplayControlsVisible(const std::string& name, bool value)
267267
{
268268
}
269269

270+
void Gui::clearHighlights(int highlight_group)
271+
{
272+
}
273+
274+
void Gui::addNetToHighlightSet(const char* name, int highlight_group)
275+
{
276+
}
277+
270278
} // namespace gui

0 commit comments

Comments
 (0)