X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftry_unmount_dialog.h;h=027e5e838f375001dcc2f3f11b6197b04600c312;hb=6d686ea45f5cd01a0d11f92a903ac77779ad8562;hp=de686f14ca68317697eca4ff72c13e88d7b2de40;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;p=dcpomatic.git diff --git a/src/wx/try_unmount_dialog.h b/src/wx/try_unmount_dialog.h index de686f14c..027e5e838 100644 --- a/src/wx/try_unmount_dialog.h +++ b/src/wx/try_unmount_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,12 @@ */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS + +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS + class TryUnmountDialog : public wxDialog {