eoserial: bugfix: String -> SerialString.
This commit is contained in:
parent
10148ae00b
commit
f412139549
1 changed files with 1 additions and 2 deletions
|
|
@ -22,11 +22,10 @@ Authors:
|
|||
# ifndef __EOSERIAL_HEADERS__
|
||||
# define __EOSERIAL_HEADERS__
|
||||
|
||||
# include "SerialObject.h"
|
||||
# include "Serializable.h"
|
||||
# include "SerialArray.h"
|
||||
# include "SerialObject.h"
|
||||
# include "String.h"
|
||||
# include "SerialString.h"
|
||||
# include "Parser.h"
|
||||
# include "Utils.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue