summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luadgn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/luadgn.h')
-rw-r--r--crawl-ref/source/luadgn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/luadgn.h b/crawl-ref/source/luadgn.h
index 102a4e87e7..d717f38f5f 100644
--- a/crawl-ref/source/luadgn.h
+++ b/crawl-ref/source/luadgn.h
@@ -34,7 +34,8 @@ private:
private:
int check_op(CLua &, int);
- std::string rewrite_chunk_prefix(const std::string &line) const;
+ std::string rewrite_chunk_prefix(const std::string &line,
+ bool skip_body = false) const;
std::string get_chunk_prefix(const std::string &s) const;
public: