pgLab/core/SqlAstNode.cpp
eelke d4d8316917 Collection of minor code improvements.
Program should still behave exactly the same.
2018-10-21 13:46:58 +02:00

5 lines
77 B
C++

#include "SqlAstNode.h"
using namespace SqlAst;
Node::Node() = default;