Namespacified

This commit is contained in:
Leonetienne
2021-06-03 13:42:40 +02:00
parent 697eb98621
commit 124b6e5b98
26 changed files with 443 additions and 383 deletions

View File

@@ -2,6 +2,8 @@
#include "HazelnuppException.h"
#include <sstream>
using namespace Hazelnp;
ListValue::ListValue() :
Value(DATA_TYPE::LIST)
{