]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/data.cpp
fixed deleting pages from the notebook
[wxWidgets.git] / src / msw / data.cpp
index 0a9c7286a28779aeddbc2f0d8357b4b35736e120..7e863a33d30bd2473e9892f661567e5287ed6b9f 100644 (file)
@@ -87,7 +87,10 @@ wxCursor *wxHOURGLASS_CURSOR = NULL;
 wxCursor *wxCROSS_CURSOR = NULL;
 
 // 'Null' objects
+#if wxUSE_ACCEL
 wxAcceleratorTable wxNullAcceleratorTable;
+#endif // wxUSE_ACCEL
+
 wxBitmap  wxNullBitmap;
 wxIcon    wxNullIcon;
 wxCursor  wxNullCursor;