pgLab/pglab/PgType.cpp
Eelke Klein 04723a289b Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
2017-08-23 08:10:01 +02:00

5 lines
76 B
C++

#include "pgtype.h"
#include "PgsqlConn.h"
PgType::PgType() = default;