From 77fdcb4cf8d05bd8984329614035c227b96c1d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 4 Feb 2022 12:28:44 +0000 Subject: oddaljeno delo --- main.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.hpp') diff --git a/main.hpp b/main.hpp index 1794b7a..e099986 100644 --- a/main.hpp +++ b/main.hpp @@ -74,8 +74,8 @@ namespace ov { }; // privzeto inicializiran na NOOP inštrukcijo struct def { vector args; - string body(""); - } + string body; + }; class Ov; template class Ram { private: -- cgit v1.2.3