mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +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…
x
Reference in New Issue
Block a user