Skip to content

Commit d225749

Browse files
committed
gui: fix stub compile error
Signed-off-by: Matt Liberty <[email protected]>
1 parent 34f2ea3 commit d225749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/src/stub.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ void initGui(Tcl_Interp* interp,
206206

207207
int Gui::gifStart(const std::string& filename)
208208
{
209+
return 0;
209210
}
210211

211212
void Gui::gifEnd(const int key)

0 commit comments

Comments
 (0)