builder bugs

This commit is contained in:
Oleg Korshul
2017-06-28 14:23:32 +03:00
parent ab360be66a
commit 69b4a09475
3 changed files with 53 additions and 1 deletions

View File

@ -59,6 +59,8 @@ namespace NSDoctRenderer
void SetProperty(const char* param, const wchar_t* value);
void SetPropertyW(const wchar_t* param, const wchar_t* value);
char* GetVersion();
public:
static void Initialize();
static void Dispose();