summaryrefslogtreecommitdiff
path: root/mdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdc.h')
-rw-r--r--mdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdc.h b/mdc.h
index 3512089..cc90cdc 100644
--- a/mdc.h
+++ b/mdc.h
@@ -50,7 +50,7 @@ class MDC : public MDC_Info<T>
bool IsPermutation() const {return false;}
- unsigned int GetAlignment() const {return sizeof(HashWordType);}
+ unsigned int OptimalDataAlignment() const {return sizeof(HashWordType);}
private:
HashWordType *Key() {return (HashWordType *)m_key.data();}