summaryrefslogtreecommitdiff
path: root/ptformat/ptformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ptformat/ptformat.h')
-rw-r--r--ptformat/ptformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptformat/ptformat.h b/ptformat/ptformat.h
index 4b0e8bd..43b4dc1 100644
--- a/ptformat/ptformat.h
+++ b/ptformat/ptformat.h
@@ -267,7 +267,7 @@ private:
bool parseaudio(void);
bool parsemidi(void);
void dump(void);
- bool parse_block_at(uint32_t pos, struct block_t *b, int level);
+ bool parse_block_at(uint32_t pos, struct block_t *b, struct block_t *parent, int level);
void dump_block(struct block_t& b, int level);
bool parse_version();
void parse_region_info(uint32_t j, block_t& blk, region_t& r);