X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffull_config_dialog.h;h=ae275b188a1aad7f4859607dfcfe4ec25490a2d9;hb=3fecd33dc2fd14ed487cb14bf9647ee5c0572868;hp=5191b145621f1d069b2e7fa4b5a721ff92403c2e;hpb=0d493e91c4bffcb60960097264a804f6208b7bba;p=dcpomatic.git 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 (); +