Commit a50b107e by John Kessenich

Build: Fix build warning.

parent 8b555f74
......@@ -494,7 +494,7 @@ public:
const char* getInfoLog();
const char* getInfoDebugLog();
EShLanguage getStage() const { return stage; }
TIntermediate* getIntermediate(EShLanguage stage) const { return intermediate; }
TIntermediate* getIntermediate() const { return intermediate; }
protected:
TPoolAllocator* pool;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment