We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9aa04 commit 6c3d1c5Copy full SHA for 6c3d1c5
native~/Runtime/src/CesiumAzureMapsRasterOverlayImpl.h
@@ -17,7 +17,7 @@ class AzureMapsRasterOverlay;
17
namespace CesiumForUnityNative {
18
19
class CesiumAzureMapsRasterOverlayImpl
20
- : public CesiumImpl<CesiumAzureMapsRasterOverlayImpl> {
+ : public CesiumImpl<CesiumAzureMapsRasterOverlayImpl> {
21
public:
22
CesiumAzureMapsRasterOverlayImpl(
23
const DotNet::CesiumForUnity::CesiumAzureMapsRasterOverlay& overlay);
@@ -35,7 +35,4 @@ class CesiumAzureMapsRasterOverlayImpl
35
_pOverlay;
36
};
37
38
-}
39
-
40
41
+} // namespace CesiumForUnityNative
0 commit comments