Changed reference to reflow command to a pointer to a reflow command

This commit is contained in:
troy 1998-05-22 04:56:27 +00:00
Родитель 63046c8bfd
Коммит 6d84299cc2
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -82,7 +82,7 @@ enum nsReflowReason {
*/
struct nsReflowState {
nsReflowReason reason; // the reason for the reflow
// nsReflowCommand& reflowCommand; // only used for incremental changes
nsReflowCommand* reflowCommand; // only used for incremental changes
nsSize maxSize; // the available space in which to reflow
};

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

@ -82,7 +82,7 @@ enum nsReflowReason {
*/
struct nsReflowState {
nsReflowReason reason; // the reason for the reflow
// nsReflowCommand& reflowCommand; // only used for incremental changes
nsReflowCommand* reflowCommand; // only used for incremental changes
nsSize maxSize; // the available space in which to reflow
};