diff options
Diffstat (limited to 'main.hpp')
-rw-r--r-- | main.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,8 +74,8 @@ namespace ov { }; // privzeto inicializiran na NOOP inštrukcijo struct def { vector<string> args; - string body(""); - } + string body; + }; class Ov; template<typename value_type, typename index_type> class Ram { private: |