Fix for compilers that can't deal with the extra ; that results in an "incorrectly terminated declaration" (namely Sun's Workshop 5.0 & AIX's xlC)

This commit is contained in:
cls%seawood.org 2000-03-02 15:27:09 +00:00
Родитель 882da396f0
Коммит 09c37a19ec
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -53,7 +53,7 @@ public:
NS_FORWARD_IDOMXULELEMENT(mOuter->);
// nsIDOMXULRadioGroupElement interface
NS_DECL_IDOMXULRADIOGROUPELEMENT;
NS_DECL_IDOMXULRADIOGROUPELEMENT
protected:
nsCOMPtr<nsIDOMXULRadioElement> mSelectedItem;