diff options
author | deva <deva> | 2011-02-17 15:03:46 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-17 15:03:46 +0000 |
commit | eab5027694025e34b9ed0ad44f22a2db3e89feda (patch) | |
tree | 8167c848ae0ee7d918c6b707750b645c0f75033c /server/src/pracrodaotest.h | |
parent | bb8b75573bf891ebf0fa871cee1cd5d80cb2a02f (diff) |
Finished implementation of new database layout in testdb.
Diffstat (limited to 'server/src/pracrodaotest.h')
-rw-r--r-- | server/src/pracrodaotest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/pracrodaotest.h b/server/src/pracrodaotest.h index ac7ea2e..3419978 100644 --- a/server/src/pracrodaotest.h +++ b/server/src/pracrodaotest.h @@ -77,7 +77,7 @@ public: class PracroDAOTest : public PracroDAO { public: - PracroDAOTest(Data &data, bool ignore_fieldnames = false); + PracroDAOTest(bool ignore_fieldnames = false); ~PracroDAOTest(); std::string newSessionId(); |