Various more hacks; basically trying to remove Regions as an unnecessary complexity.
[dcpomatic.git] / src / wx / imagemagick_content_dialog.cc
index 24b92fdafee2d5e39339957630551f3d8167fed2..52f3cf1a78d4c28855618621682fcf781dc7a12f 100644 (file)
@@ -1,3 +1,5 @@
+/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
+
 /*
     Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
 
@@ -23,6 +25,7 @@
 #include "wx_util.h"
 
 using boost::shared_ptr;
+using boost::dynamic_pointer_cast;
 
 ImageMagickContentDialog::ImageMagickContentDialog (wxWindow* parent, shared_ptr<ImageMagickContent> content)
        : wxDialog (parent, wxID_ANY, _("Image"))