Use enum trick to get around VC++ braindead-ness wrt. 'const PRUin32'.

This commit is contained in:
waterson%netscape.com 1999-07-14 19:42:55 +00:00
Родитель f32fdfd744
Коммит 9479c899ab
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -208,9 +208,11 @@ public:
/**
* Output methods flags:
*/
const PRUint32 EditorOutputSelectionOnly = 1;
const PRUint32 EditorOutputFormatted = 2;
const PRUint32 EditorOutputNoDoctype = 4;
enum {
EditorOutputSelectionOnly = 1,
EditorOutputFormatted = 2,
EditorOutputNoDoctype = 4
};
/**
* Output methods: