aboutsummaryrefslogtreecommitdiff
path: root/src/type_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type_parser.h')
-rw-r--r--src/type_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type_parser.h b/src/type_parser.h
index d737e86..3c3581d 100644
--- a/src/type_parser.h
+++ b/src/type_parser.h
@@ -41,7 +41,7 @@ class TypeParser {
private:
std::unique_ptr<type::Type> ParseGlslFormat(const std::string& fmt);
- void ProcessChunk(const std::string&);
+ bool ProcessChunk(const std::string&);
void AddPiece(FormatComponentType type, FormatMode mode, uint8_t bits);
void FlushPieces(type::Type* type, FormatMode mode);