Attempting to fix thunderbird patrocles dep bustage by touching nsAccessibilityAtoms.cpp

This commit is contained in:
aaronleventhal%moonset.net 2005-02-08 00:27:58 +00:00
Родитель bca2b18bae
Коммит d0c046af4d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@
#include "nsStaticAtom.h"
#include "nsMemory.h"
// define storage for all atoms
// define storage for all accessibility atoms
#define ACCESSIBILITY_ATOM(_name, _value) nsIAtom* nsAccessibilityAtoms::_name;
#include "nsAccessibilityAtomList.h"
#undef ACCESSIBILITY_ATOM