summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 9ce3fbc5ac..5696a2ea8a 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -69,7 +69,8 @@ private:
void add_class_hotkeys(const item_def &i);
};
-class InvShowPrices {
+class InvShowPrices
+{
public:
InvShowPrices(bool doshow = true);
~InvShowPrices();