diff options
Diffstat (limited to 'doc/examples/pqg_gen.cpp')
-rw-r--r-- | doc/examples/pqg_gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/pqg_gen.cpp b/doc/examples/pqg_gen.cpp index 7e173c11b..e4b959883 100644 --- a/doc/examples/pqg_gen.cpp +++ b/doc/examples/pqg_gen.cpp @@ -19,7 +19,7 @@ bool check(RandomNumberGenerator& rng, int main() { try { - LibraryInitializer init("use_engines"); + Botan::LibraryInitializer init("use_engines"); AutoSeeded_RNG rng; |