mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1126724 - Fixed WindowsLocationProvider.cpp compilation on GCC. r=josh
This commit is contained in:
parent
6a93d4c07f
commit
d9b62363ee
@ -7,8 +7,6 @@
|
||||
#include "nsIDOMGeoPositionError.h"
|
||||
#include "prtime.h"
|
||||
|
||||
#include <LocationApi.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsIGeolocationProvider.h"
|
||||
|
||||
#include <LocationApi.h>
|
||||
#include <locationapi.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
@ -22,6 +22,8 @@ public:
|
||||
WindowsLocationProvider();
|
||||
|
||||
private:
|
||||
~WindowsLocationProvider() {}
|
||||
|
||||
nsRefPtr<ILocation> mLocation;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user