summaryrefslogtreecommitdiff
path: root/server/src/pracrodaotest.h
diff options
context:
space:
mode:
authordeva <deva>2011-02-17 15:03:46 +0000
committerdeva <deva>2011-02-17 15:03:46 +0000
commiteab5027694025e34b9ed0ad44f22a2db3e89feda (patch)
tree8167c848ae0ee7d918c6b707750b645c0f75033c /server/src/pracrodaotest.h
parentbb8b75573bf891ebf0fa871cee1cd5d80cb2a02f (diff)
Finished implementation of new database layout in testdb.
Diffstat (limited to 'server/src/pracrodaotest.h')
-rw-r--r--server/src/pracrodaotest.h2
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();