diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 03:23:40 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 03:23:40 +0000 |
| commit | 4850d66199183c474cfc7ccb3e416ee3f852cdcb (patch) | |
| tree | 8730d2555f262e5aaf17595f0d793843e8128aa9 /Graphics/GraphicsTools | |
| parent | Fixed grammatic error plus few minor updates (diff) | |
| download | DiligentCore-4850d66199183c474cfc7ccb3e416ee3f852cdcb.tar.gz DiligentCore-4850d66199183c474cfc7ccb3e416ee3f852cdcb.zip | |
Fixed Linux/Mac build error
Diffstat (limited to 'Graphics/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/src/TextureUploaderGL.cpp | 2 |
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; |
