aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/dialog.h')
-rw-r--r--engines/macventure/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/dialog.h b/engines/macventure/dialog.h
index 34f99dc643..7e85ccc2ba 100644
--- a/engines/macventure/dialog.h
+++ b/engines/macventure/dialog.h
@@ -57,6 +57,8 @@ public:
private:
void addPrebuiltElement(const PrebuiltDialogElement &element);
+ void calculateBoundsFromPrebuilt(const PrebuiltDialogBounds &bounds);
+
private:
Gui *_gui;