X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffull_config_dialog.h;h=ae275b188a1aad7f4859607dfcfe4ec25490a2d9;hp=5191b145621f1d069b2e7fa4b5a721ff92403c2e;hb=8963f0007af1a312017b9627c18b82ec2a577591;hpb=29f84e2b8785585885e0658bdf9938967547460f diff --git a/src/wx/full_config_dialog.h b/src/wx/full_config_dialog.h index 5191b1456..ae275b188 100644 --- a/src/wx/full_config_dialog.h +++ b/src/wx/full_config_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,14 @@ */ + /** @file src/full_config_dialog.h * @brief A dialogue to edit all DCP-o-matic configuration. */ + class wxPreferencesEditor; + wxPreferencesEditor* create_full_config_dialog (); +