summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-16 03:23:40 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-16 03:23:40 +0000
commit4850d66199183c474cfc7ccb3e416ee3f852cdcb (patch)
tree8730d2555f262e5aaf17595f0d793843e8128aa9 /Graphics/GraphicsTools
parentFixed grammatic error plus few minor updates (diff)
downloadDiligentCore-4850d66199183c474cfc7ccb3e416ee3f852cdcb.tar.gz
DiligentCore-4850d66199183c474cfc7ccb3e416ee3f852cdcb.zip
Fixed Linux/Mac build error
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/src/TextureUploaderGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
index 5b5f2f91..ff568f94 100644
--- a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
+++ b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
@@ -81,7 +81,7 @@ public:
}
private:
- friend class TextureUploaderGL;
+ friend TextureUploaderGL;
ThreadingTools::Signal m_BufferMappedSignal;
ThreadingTools::Signal m_CopyScheduledSignal;
RefCntAutoPtr<IBuffer> m_pStagingBuffer;