mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
needed to include "nsCoord.h" in mixed case, not "nscoord"
This commit is contained in:
parent
dd8a786988
commit
7462debe8b
@ -21,7 +21,7 @@
|
||||
|
||||
#include "nsIDOMSelectionListener.h"
|
||||
#include "nsColor.h"
|
||||
#include "nscoord.h"
|
||||
#include "nsCoord.h"
|
||||
|
||||
class TypeInState : public nsIDOMSelectionListener
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "nsIDOMSelectionListener.h"
|
||||
#include "nsColor.h"
|
||||
#include "nscoord.h"
|
||||
#include "nsCoord.h"
|
||||
|
||||
class TypeInState : public nsIDOMSelectionListener
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user