mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-12 19:13:07 +00:00
Change namespace to Base64
The functions do Base64 encoding and decoding and do not feed me delicious almond and meringue based confectionary.
This commit is contained in:
parent
d66cc3b7ae
commit
2b1326cb74
1 changed files with 1 additions and 1 deletions
2
extern/Base64/Base64.h
vendored
2
extern/Base64/Base64.h
vendored
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
namespace macaron {
|
||||
namespace Base64 {
|
||||
|
||||
class Base64 {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue