Kaydet (Commit) 7eed6572 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS vcl09 (1.4.102); FILE MERGED

2003/05/08 18:46:19 pl 1.4.102.1: #109426# make rpnp.so work on Linux
üst 34e927d8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: plugcon.hxx,v $ * $RCSfile: plugcon.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: svesik $ $Date: 2001-11-12 12:41:28 $ * last change: $Author: vg $ $Date: 2003-05-28 12:38:03 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -178,7 +178,7 @@ public: ...@@ -178,7 +178,7 @@ public:
{ {
NPError* pErr = (NPError*)pMes->GetBytes(); NPError* pErr = (NPError*)pMes->GetBytes();
NPError aErr = *pErr; NPError aErr = *pErr;
delete pErr; delete [] pErr;
return aErr; return aErr;
} }
...@@ -220,7 +220,6 @@ enum CommandAtoms ...@@ -220,7 +220,6 @@ enum CommandAtoms
}; };
char* GetCommandName( CommandAtoms ); char* GetCommandName( CommandAtoms );
void resizePlugin( NPP, UINT32, UINT32 );
#define POST_STRING( x ) x ? x : const_cast<char*>(""), x ? strlen(x) : 1 #define POST_STRING( x ) x ? x : const_cast<char*>(""), x ? strlen(x) : 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment