Everything compiles, but when I change the above code to:
~~~
Gtk::PanZoomArea panzoom_;
builder->get_widget("overhead-view", panzoom_)
~~~
the member is assigned nullptr and I see the following errors printed to stderr:
~~~
: CRITICAL **: 13:53:12.873: Gtk::Builder::get_widget(): dynamic_cast<> failed.
~~~