diff --git a/uppsrc/umk/umake.h b/uppsrc/umk/umake.h index 12561c485..779c23a26 100644 --- a/uppsrc/umk/umake.h +++ b/uppsrc/umk/umake.h @@ -88,6 +88,8 @@ struct Ide : public IdeContext, public MakeBuild { virtual void PutConsole(const char *s); virtual void PutVerbose(const char *s); + virtual void PutLinking() {} + virtual void PutLinkingEnd(bool ok) {} virtual const Workspace& IdeWorkspace() const ; virtual bool IdeIsBuilding() const ;