From 2494a5e509d540678a97fd16cc1e93e305224563 Mon Sep 17 00:00:00 2001 From: andreja6 Date: Fri, 13 Mar 2020 10:08:40 -0700 Subject: [PATCH] Fixed --- Application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Application.h b/Application.h index 3e08059..ced42a1 100644 --- a/Application.h +++ b/Application.h @@ -58,6 +58,7 @@ class Application { // : public GApp { void setMode(int mode); Mouse mouse; Tool * tool; + void changeTool(Tool *); private: RenderDevice* renderDevice; //void initGUI();