diff --git a/src/qbrowserlib/certs.cxx b/src/qbrowserlib/certs.cxx index 68b2327..755db35 100644 --- a/src/qbrowserlib/certs.cxx +++ b/src/qbrowserlib/certs.cxx @@ -7,6 +7,7 @@ #include +namespace qbrowserlib { #if defined(Q_OS_LINUX) const QString LIBNAME("libcvP11.so"); #elif defined(Q_OS_MAC) @@ -16,3 +17,4 @@ #else const QString LIBNAME; #endif +}