]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/renderer.h
Fix typo introduced in r72167.
[wxWidgets.git] / 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.