]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/progdlgg.cpp
2 typos corrected
[wxWidgets.git] / src / generic / progdlgg.cpp
index 137a4be73c3f39b4a850ca5a0642d929a97e09c1..b3b74cc634189693e12e2d304d68da7c02492bf0 100644 (file)
@@ -31,6 +31,8 @@
 #include "wx/intl.h"
 #endif
 
+#if wxUSE_PROGRESSDLG
+
 #include "wx/generic/progdlgg.h"
 
 #define LAYOUT_X_MARGIN 8
@@ -172,3 +174,5 @@ wxProgressDialog::~wxProgressDialog()
    else
       wxEnableTopLevelWindows(TRUE);
 }
+
+#endif