diff options
Diffstat (limited to 'mg_db_gd_pg.h')
-rw-r--r-- | mg_db_gd_pg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mg_db_gd_pg.h b/mg_db_gd_pg.h index 0eb3f0e..73996db 100644 --- a/mg_db_gd_pg.h +++ b/mg_db_gd_pg.h @@ -20,6 +20,9 @@ using namespace std; #include "mg_db.h" +class mgDbServerPG : public mgDbServerImp { +}; + class mgSQLStringPG : public mgSQLStringImp { public: mgSQLStringPG(const char* s); |