remove volatile.
git-svn-id: svn://10.0.0.236/trunk@11407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
515fccd46a
commit
fa9ab071be
@ -1028,7 +1028,7 @@ void CMimeList::HandleRegisterViewerEvent(const AppleEvent &inAppleEvent,
|
||||
{
|
||||
OSType appSign; // app signature
|
||||
OSType fileType = 'TEXT'; // file type to be created
|
||||
volatile char * mimeType = NULL; // MIME type
|
||||
char * mimeType = NULL; // MIME type
|
||||
OSType realType;
|
||||
Size realSize;
|
||||
CMimeMapper * mapper;
|
||||
@ -1114,7 +1114,7 @@ void CMimeList::HandleUnregisterViewerEvent(const AppleEvent &inAppleEvent,
|
||||
{
|
||||
OSType appSign; // app signature
|
||||
OSType fileType = 'TEXT'; // file type to be created
|
||||
volatile char* mimeType = NULL; // MIME type
|
||||
char* mimeType = NULL; // MIME type
|
||||
|
||||
CMimeMapper * mapper = NULL;
|
||||
OSErr err;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user