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:
timeless%mozdev.org 2005-07-06 17:42:06 +00:00
Родитель 42fe46e01b
Коммит af7244a8a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@
typedef nsDataHashtable<nsCStringHashKey, PRUint32> nsFailedProxyTable;
class nsProxyInfo;
class nsProtocolInfo;
struct nsProtocolInfo;
class nsProtocolProxyService : public nsPIProtocolProxyService
, public nsIObserver