]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxLayout.h
Scroll to cursor works correctly now.
[wxWidgets.git] / user / wxLayout / wxLayout.h
index ea811b8c678ea65f42781cd43a5ebc39a386cccf..d64cd7414943ccefb544624d82c9705b5665ad23 100644 (file)
@@ -48,7 +48,7 @@ class MyFrame: public wxFrame
 
 private:
    wxLayoutWindow  *m_lwin;
-   
+   wxPrintData m_PrintData;
 };
 
 //-----------------------------------------------------------------------------