зеркало из https://github.com/mozilla/gecko-dev.git
left out static in prototype. mac compiler...grumble
This commit is contained in:
Родитель
b50c359eeb
Коммит
6536f6d6d7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче