summaryrefslogtreecommitdiff
path: root/ndb/test/include/NDBT_Table.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/include/NDBT_Table.hpp')
-rw-r--r--ndb/test/include/NDBT_Table.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/include/NDBT_Table.hpp b/ndb/test/include/NDBT_Table.hpp
index bf44e1eb52b..94d7d5dda3b 100644
--- a/ndb/test/include/NDBT_Table.hpp
+++ b/ndb/test/include/NDBT_Table.hpp
@@ -25,7 +25,7 @@
class NDBT_Attribute : public NdbDictionary::Column {
public:
NDBT_Attribute(const char* _name,
- Column::Type _type,
+ NdbDictionary::Column::Type _type,
int _length = 1,
bool _pk = false,
bool _nullable = false):