This commit is contained in:
John Kessenich 2017-10-17 12:27:51 -06:00
Родитель 8b555f7458
Коммит a50b107e62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;