From fcc453848b89e059831f9a5e14c8c28784b60e96 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 11 Nov 2016 19:02:17 -0800 Subject: [PATCH] Add missing GetPageImage --- interface/wx/aui/auibook.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index e5d6c2a895..50db1b0d02 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -399,6 +399,12 @@ public: and returns @true if a selection was made. */ bool ShowWindowMenu(); + + + /** + Returns the image index for the given page. + */ + virtual int GetPageImage(size_t nPage) const; };