From 2d1b25ebad5144a0d82077debea63b0818db041d Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 22 Jul 2014 16:33:25 +0000 Subject: [PATCH] umk: fixed to compile git-svn-id: svn://ultimatepp.org/upp/trunk@7530 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/umk/umake.h | 2 ++ 1 file changed, 2 insertions(+) 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 ;