summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modarith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modarith.h b/modarith.h
index 4375c9f..c0368e3 100644
--- a/modarith.h
+++ b/modarith.h
@@ -150,7 +150,7 @@ public:
private:
Integer m_u;
- mutable SecAlignedWordBlock m_workspace;
+ mutable IntegerSecBlock m_workspace;
};
NAMESPACE_END