X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..117247fd2cf664fc7b86b3101246a3a58332898a:/src/stubs/colordlg.cpp diff --git a/src/stubs/colordlg.cpp b/src/stubs/colordlg.cpp index 9e970859aa..56450e7304 100644 --- a/src/stubs/colordlg.cpp +++ b/src/stubs/colordlg.cpp @@ -1,6 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // Name: colordlg.cpp -// Purpose: wxColourDialog class +// Purpose: wxColourDialog class. NOTE: you can use the generic class +// if you wish, instead of implementing this. // Author: AUTHOR // Modified by: // Created: ??/??/98 @@ -13,11 +14,9 @@ #pragma implementation "colordlg.h" #endif -#include "wx/colordlg.h" +#include "wx/stubs/colordlg.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog) -#endif /* * wxColourDialog