Interface fix for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-06-28 06:55:54 +00:00
parent 34c92eeeb7
commit 5812de8ade

View File

@@ -566,6 +566,8 @@ public:
*/ */
struct wxRendererVersion struct wxRendererVersion
{ {
wxRendererVersion(int version_, int age_);
/** /**
Checks if the main program is compatible with the renderer having the version Checks if the main program is compatible with the renderer having the version
@e ver, returns @true if it is and @false otherwise. @e ver, returns @true if it is and @false otherwise.