]> git.saurik.com Git - wxWidgets.git/commitdiff
Interface fix for Phoenix
authorRobin Dunn <robin@alldunn.com>
Thu, 28 Jun 2012 06:55:54 +0000 (06:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 28 Jun 2012 06:55:54 +0000 (06:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/renderer.h

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