X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..520e470fdd0daef09c77938db642e4583933c90d:/src/stubs/colordlg.cpp diff --git a/src/stubs/colordlg.cpp b/src/stubs/colordlg.cpp index 9e970859aa..2275a9a39d 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,7 +14,7 @@ #pragma implementation "colordlg.h" #endif -#include "wx/colordlg.h" +#include "wx/stubs/colordlg.h" #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog)