summaryrefslogtreecommitdiff
path: root/fxjs
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs')
-rw-r--r--fxjs/ijs_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/ijs_runtime.h b/fxjs/ijs_runtime.h
index d74bb94929..61aeda5600 100644
--- a/fxjs/ijs_runtime.h
+++ b/fxjs/ijs_runtime.h
@@ -44,7 +44,7 @@ class IJS_Runtime {
IJS_EventContext* operator->() const { return m_pContext.Get(); }
private:
- UnownedPtr<IJS_Runtime> m_pRuntime;
+ UnownedPtr<IJS_Runtime> const m_pRuntime;
UnownedPtr<IJS_EventContext> m_pContext;
};