should've been a forward declaration of nsIPresContext. This will remove 117 warnings.

This commit is contained in:
bruce%cybersight.com 1999-05-27 20:48:01 +00:00
Родитель e89d083ae9
Коммит f2d3f915e0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@
#ifndef nsIBox_h___
#define nsIBox_h___
class aPresContext;
class nsIPresContext;
class nsIFrame;
struct nsHTMLReflowState;
class nsBoxInfo;