Try and fix Windows non-libxul bustage from bug 518881 due to NS_COM_GLUE being in the wrong place.

This commit is contained in:
Mark Banner 2010-04-27 13:52:42 +01:00
Родитель aeffdd7671
Коммит 042e7b5e6b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -51,7 +51,7 @@ namespace mozilla {
//
struct NS_COM_GLUE unused_t { };
extern const unused_t unused NS_COM_GLUE;
extern const unused_t NS_COM_GLUE unused;
template<typename T>
inline void operator<<(const unused_t& /*unused*/, const T& /*unused*/) { }