Change dtmmdb class from tuple to mmdb_tuple

This commit is contained in:
Peter Howkins
2018-03-21 01:03:31 +00:00
parent abd209a83c
commit b1c3729e88
13 changed files with 42 additions and 42 deletions

View File

@@ -67,10 +67,10 @@
#endif
class pref : public tuple
class pref : public mmdb_tuple
{
public:
pref() : tuple(2, USER_CONFIG_CODE) {};
pref() : mmdb_tuple(2, USER_CONFIG_CODE) {};
virtual ~pref() {};
MMDB_SIGNATURES(pref);