]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix: include wx/button.h from wx/commandlinkbutton.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 16:12:28 +0000 (16:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 16:12:28 +0000 (16:12 +0000)
Include the base class declaration to fix compilation under non-MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/commandlinkbutton.h

index 9f1a52eba6942d1bfc900ae7e79f8f0bf98d002a..a1a5f31d0a16367128f10814e3144a222aadb8d0 100644 (file)
@@ -15,6 +15,8 @@
 
 #if wxUSE_COMMANDLINKBUTTON
 
+#include "wx/button.h"
+
 // ----------------------------------------------------------------------------
 // Command link button common base class
 // ----------------------------------------------------------------------------