Keep the DEFINE near the DECLARE (followup to bug 257868) r+sr=tor

This commit is contained in:
neil%parkwaycc.co.uk 2007-02-19 19:40:38 +00:00
Родитель cd18f33bc9
Коммит 0b1666f455
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -47,8 +47,6 @@
#include "nsIDocument.h"
#include "nsIPresShell.h"
NS_DEFINE_STATIC_IID_ACCESSOR(nsSVGUseElement, NS_SVG_USE_ELEMENT_IMPL_CID)
////////////////////////////////////////////////////////////////////////
// implementation

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

@ -120,4 +120,6 @@ protected:
nsCOMPtr<nsIContent> mSourceContent; // observed element
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsSVGUseElement, NS_SVG_USE_ELEMENT_IMPL_CID)
#endif