]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
mingw compilation fix
[wxWidgets.git] / contrib / src / stc / stc.h.in
index a742614327e9bcc29e3325663fb21617476bb457..1cf60d92bf517572574c80bb3a456fddc69f0d17 100644 (file)
@@ -180,6 +180,7 @@ private:
     ScintillaWX*        m_swx;
     wxStopWatch         m_stopWatch;
 
+    bool                m_lastKeyDownConsumed;
 
     friend class ScintillaWX;
     friend class Platform;