2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Syntax fixes for PubUtilLib.

This commit is contained in:
Darryl Pogue
2011-07-24 15:26:58 -07:00
parent e6a625674f
commit 46c4a457e0
39 changed files with 59 additions and 60 deletions

View File

@ -43,7 +43,7 @@ public:
kNumLanguages,
};
typedef enum encodingTypes
enum encodingTypes
{
Enc_Unencoded, // This can also mean that python did the decoding for us and we don't need to tweak it on our end
Enc_Split_String,
@ -114,4 +114,4 @@ public:
static std::vector<std::wstring> StringToLocal(const std::wstring & localizedText);
};
#endif // plLocalization_h_inc
#endif // plLocalization_h_inc