aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index 48a07c437..69a6e1ffb 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -18,7 +18,7 @@ namespace Botan {
class BOTAN_DLL Modules
{
public:
- virtual class Mutex_Factory* mutex_factory() const = 0;
+ virtual class Mutex_Factory* mutex_factory(bool) const = 0;
virtual std::string default_allocator() const = 0;
@@ -34,7 +34,7 @@ class BOTAN_DLL Modules
class BOTAN_DLL Builtin_Modules : public Modules
{
public:
- class Mutex_Factory* mutex_factory() const;
+ class Mutex_Factory* mutex_factory(bool) const;
std::string default_allocator() const;