зеркало из https://github.com/mozilla/pjs.git
Bug 299422 r:/mozilla\netwerk\base\src\nsProtocolProxyService.cpp(74) : warning C4099: 'nsProtocolInfo' : type name first seen using 'class' now seen using 'struct'
r=darin sr=darin a=bsmedberg
This commit is contained in:
Родитель
42fe46e01b
Коммит
af7244a8a9
|
@ -60,7 +60,7 @@
|
|||
typedef nsDataHashtable<nsCStringHashKey, PRUint32> nsFailedProxyTable;
|
||||
|
||||
class nsProxyInfo;
|
||||
class nsProtocolInfo;
|
||||
struct nsProtocolInfo;
|
||||
|
||||
class nsProtocolProxyService : public nsPIProtocolProxyService
|
||||
, public nsIObserver
|
||||
|
|
Загрузка…
Ссылка в новой задаче