guarding compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2010-12-04 13:33:45 +00:00
parent f400feb528
commit 0ef18b97a3

View File

@ -16,6 +16,9 @@
#pragma hdrstop
#endif
#if wxUSE_RICHTEXT
#ifndef WX_PRECOMP
#include "wx/button.h"
#include "wx/combobox.h"
@ -508,3 +511,4 @@ void wxRichTextImageDialog::OnRichtextimagedialogDownClick( wxCommandEvent& WXUN
m_image->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
}
#endif