summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 114caab15..9ca9c7888 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -142,6 +142,8 @@ extern int get_offsets (std::vector<Offset>& offsets);
namespace dcpomatic {
namespace wx {
extern wxString report_problem();
+ extern int linked_value_width();
+ extern wxSize link_size(wxWindow* parent);
}
}