]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
added wxHtmlLinkInfo::GetHtmlCell so that you know where it came from
[wxWidgets.git] / src / generic / numdlgg.cpp
index b125b4d2880bd73f6317710b13293da55d865b2c..22455856f9169b09d1f54e3d2b8e94c1af5cb431 100644 (file)
@@ -48,7 +48,7 @@
 #include "wx/spinctrl.h"
 
 // this is where wxGetNumberFromUser() is declared
-#include "wx/textdlgg.h"
+#include "wx/textdlg.h"
 
 #if !wxUSE_SPINCTRL
     // wxTextCtrl will do instead of wxSpinCtrl if we don't have it