From 0a6b9955dbf2e23bef4aeccfba2a3cfa25dca975 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jun 2009 16:01:34 +0000 Subject: [PATCH] fix typo in previous commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/scroll/scroll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/scroll/scroll.cpp b/samples/scroll/scroll.cpp index e30c5348d3..874783a1bb 100644 --- a/samples/scroll/scroll.cpp +++ b/samples/scroll/scroll.cpp @@ -1240,7 +1240,7 @@ void MyAutoScrollingWindow::OnDraw(wxDC& dc) dc.SetPen(*wxTRANSPARENT_PEN); const wxString str = sm_testData; size_t strLength = str.length(); - wxString::const_iterator str_i = std.begin(); + wxString::const_iterator str_i = str.begin(); // draw the characters // 1. for each update region -- 2.50.0