X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fmodal_dialog.hh;h=392f3ab61c2209cf5ead0e15f6980d1f9a80f226;hp=4afeb39b1d998a78d066470b66916c25cd364b3e;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=574af38ed616d1adfa5e6ce35f67cda1f707f89d diff --git a/src/moof/modal_dialog.hh b/src/moof/modal_dialog.hh index 4afeb39..392f3ab 100644 --- a/src/moof/modal_dialog.hh +++ b/src/moof/modal_dialog.hh @@ -10,12 +10,6 @@ #ifndef _MOOF_MODAL_DIALOG_HH_ #define _MOOF_MODAL_DIALOG_HH_ -/** - * \file modal_dialog.hh - * A class for creating and running modal dialogs. Several toolkits are - * supported, but only one can be used as determined at build time. - */ - #if HAVE_CONFIG_H #include "config.h" #endif @@ -36,6 +30,12 @@ #include +/** + * \file modal_dialog.hh + * A class for creating and running modal dialogs. Several toolkits are + * supported, but only one can be used as determined at build time. + */ + namespace moof {