From 2d3f243d6828ab20789b6b95dc501806f903b927 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 30 Sep 2007 17:18:31 +0000 Subject: Fixed regex escapes for "." stash search. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2266 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/stash.h') diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h index 8841911b74..3510d09b07 100644 --- a/crawl-ref/source/stash.h +++ b/crawl-ref/source/stash.h @@ -315,6 +315,7 @@ private: void get_matching_stashes(const base_pattern &search, std::vector &results) const; void display_search_results(std::vector &results); + void show_stash_search_prompt(); private: typedef std::map stash_levels_t; -- cgit v1.2.3-54-g00ecf