mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 06:14:05 +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>
|
#include <string>
|
||||||
|
|
||||||
namespace macaron {
|
namespace Base64 {
|
||||||
|
|
||||||
class Base64 {
|
class Base64 {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue