aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/encrypt2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/encrypt2.cpp')
-rw-r--r--doc/examples/encrypt2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/encrypt2.cpp b/doc/examples/encrypt2.cpp
index 3d91a9bc5..4af0cf019 100644
--- a/doc/examples/encrypt2.cpp
+++ b/doc/examples/encrypt2.cpp
@@ -9,7 +9,7 @@ using namespace Botan;
int main()
{
- LibraryInitializer init;
+ Botan::LibraryInitializer init;
AutoSeeded_RNG rng;