summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsContext.h b/rsContext.h
index c3fc115e..3084a9a2 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -307,7 +307,7 @@ private:
bool mHasSurface;
bool mIsContextLite;
- std::vector<ObjectBase *> mNames;
+ Vector<ObjectBase *> mNames;
uint64_t mTimers[_RS_TIMER_TOTAL];
Timers mTimerActive;