Added initializer
This commit is contained in:
@@ -52,6 +52,12 @@ namespace osgDB
|
||||
char plainchar;
|
||||
} base64_decodestate;
|
||||
|
||||
inline void base64_init_decodestate(base64_decodestate* state_in)
|
||||
{
|
||||
state_in->step = step_a;
|
||||
state_in->plainchar = 0;
|
||||
}
|
||||
|
||||
class OSGDB_EXPORT Base64encoder
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user