left out static in prototype. mac compiler...grumble

This commit is contained in:
mjudge%netscape.com 2000-04-12 05:43:42 +00:00
Родитель b50c359eeb
Коммит 6536f6d6d7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -72,7 +72,7 @@
#include "nsILineIterator.h"
// [HACK] Foward Declarations
void ForceDrawFrame(nsIPresContext* aPresContext, nsFrame * aFrame);
PRBool IsSelectable(nsIFrame *aFrame); //checks style to see if we can selected
static PRBool IsSelectable(nsIFrame *aFrame); //checks style to see if we can selected
//non Hack prototypes
#if 0

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

@ -72,7 +72,7 @@
#include "nsILineIterator.h"
// [HACK] Foward Declarations
void ForceDrawFrame(nsIPresContext* aPresContext, nsFrame * aFrame);
PRBool IsSelectable(nsIFrame *aFrame); //checks style to see if we can selected
static PRBool IsSelectable(nsIFrame *aFrame); //checks style to see if we can selected
//non Hack prototypes
#if 0