WaE: deprecated conversion from string constant to 'char*''
This commit is contained in:
parent
ca67ec0ebc
commit
d860d26263
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@
|
|||
*/
|
||||
struct FileExtensionEntry
|
||||
{
|
||||
char* ExtensionAnsi; // e.g. ".sxw"
|
||||
wchar_t* ExtensionUnicode; // e.g. L".sxw"
|
||||
char* RegistryForwardKey; // e.g. "soffice.StarWriterDocument.6"
|
||||
const char* ExtensionAnsi; // e.g. ".sxw"
|
||||
const wchar_t* ExtensionUnicode; // e.g. L".sxw"
|
||||
const char* RegistryForwardKey; // e.g. "soffice.StarWriterDocument.6"
|
||||
};
|
||||
|
||||
extern FileExtensionEntry OOFileExtensionTable[];
|
||||
|
|
Loading…
Reference in a new issue