Confirm removal of cinemas and screens.
[dcpomatic.git] / src / wx / content_widget.h
index 52a5e5851a9b09ecaef7bcea415b1c7b66007be5..6505d08da75cc1344b5cede040035fdfa9f9df9b 100644 (file)
@@ -117,12 +117,12 @@ public:
        }
 
        /** Add this widget to a wxGridBagSizer */
-       void add (wxGridBagSizer* sizer, wxGBPosition position, wxGBSpan span = wxDefaultSpan)
+       void add (wxGridBagSizer* sizer, wxGBPosition position, wxGBSpan span = wxDefaultSpan, int flag = 0)
        {
                _sizer = sizer;
                _position = position;
                _span = span;
-               _sizer->Add (_wrapped, _position, _span);
+               _sizer->Add (_wrapped, _position, _span, flag);
        }
 
        /** Update the view from the model */