summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp')
-rw-r--r--src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp b/src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp
index f8c11494..e4e821f8 100644
--- a/src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp
+++ b/src/Runtime/Source/runtimerender/Qt3DSRenderPlugin.cpp
@@ -36,7 +36,7 @@
#include "foundation/Qt3DSSystem.h"
#include "foundation/FileTools.h"
#include "render/Qt3DSRenderContext.h"
-#include "Qt3DSRenderString.h"
+#include "StringTools.h"
#include "Qt3DSRenderPluginPropertyValue.h"
#include "Qt3DSRenderInputStreamFactory.h"
@@ -450,7 +450,7 @@ struct PluginClassImpl : public IInternalPluginClass
TStringIndexMap m_ComponentNameToComponentIndexMap;
nvvector<TStringTypePair> m_FullPropertyList;
nvvector<TRenderPluginPropertyUpdate> m_UpdateBuffer;
- CRenderString m_TempString;
+ Qt3DSString m_TempString;
QT3DSI32 m_APIVersion;
QT3DSI32 mRefCount;